@Component(value="blArchivedHeaderNameMapper") public class ArchivedHeaderNameMapper extends Object implements HeaderNameMapper
Modifier and Type | Field and Description |
---|---|
static String |
ARCHIVED_FIELD |
static String |
ARCHIVED_HEADER |
Constructor and Description |
---|
ArchivedHeaderNameMapper() |
Modifier and Type | Method and Description |
---|---|
String |
transformHeader(String header,
ImportType importType)
Transform the given original header from the CSV file import into the system representation of that header.
|
public static final String ARCHIVED_HEADER
public static final String ARCHIVED_FIELD
public String transformHeader(String header, ImportType importType)
HeaderNameMapper
transformHeader
in interface HeaderNameMapper
header
- the header parsed directly from the CSV fileimportType
- the type of import that is being performedHeaderNameMapper
Copyright © 2020. All rights reserved.