ImportEngineBundle
ImportEngineBundle copied to clipboard
Provide config to order CSV columns / write only mapped columns
Would be nice to config the sort order of csv columns and to have an global option to write only mapped columns in the target file.
Maybe like this:
filterAllFieldsWithoutMapping=1
mappings:
source-field1: target-field1
order:1
source-field2:
converter: mathielen_importengine.converter.excel.genericdate
order: 2
Or implemented as option for the csv writer