ImportEngineBundle icon indicating copy to clipboard operation
ImportEngineBundle copied to clipboard

Provide config to order CSV columns / write only mapped columns

Open sfahrenkrog opened this issue 9 years ago • 0 comments

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

sfahrenkrog avatar Jun 30 '15 10:06 sfahrenkrog