@Component(value="blOrderHeaderNameMapper") public class OrderHeaderNameMapper extends Object implements HeaderNameMapper
| Constructor and Description |
|---|
OrderHeaderNameMapper() |
| 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 String transformHeader(String header, ImportType importType)
HeaderNameMappertransformHeader in interface HeaderNameMapperheader - the header parsed directly from the CSV fileimportType - the type of import that is being performedHeaderNameMapperCopyright © 2020. All rights reserved.