public interface ImpExTransformationService
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.io.File> |
transformData(ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel)
Transforms all the source data (CSV format) stored in a given
ImportCockpitCronJobModel into seperate CSV Data files
based on the MappingModel defined. |
java.util.Map<java.lang.String,java.io.File> transformData(ImportCockpitCronJobModel cronJobModel, MappingModel mappingModel)
ImportCockpitCronJobModel into seperate CSV Data files
based on the MappingModel defined.
The CSV files generated consist of the Main CSV file e.g. Product and all "Sub Data" e.g.
europe1Prices,...,.... "Sub Data" here is the data that will be imported on the fly when the user has specified
the CREATE impexImportMode for at least one composed mapped line (MappingLineModel).cronJobModel - - a ImportCockpitCronJobModel object that ismappingModel - - the MappingModel object which is linked to the source data.unmodifiableMap of all the files generated during the transformation process.Copyright © 2018 SAP SE. All Rights Reserved.