Hi,
I have a question that can maybe turn into a idea for a future release if it's currently not possible.
I currently need to import csv files but the columns I need to map might be presented in different columns in certain files.
For instance:
List to be filled:
CSV File1 (viewed in Excel):
CSV File 2 (viewed in Excel) :
As seen above, in both files there is a 'Field A', 'Field B', 'Field C' but 'Field C' is in a different position in both files.
Is there a way I can (automatically) map the columns based on the name of the column for instance as opposed to the order in which they appear?
Using the structure I have for File 1 will map the values of 'Random Field A' instead of the values or 'Field C'.
Thanks in advance.
Regards,
Ricardo
Hi Ricardo,
Would you mind sharing the action name you're using with this extension?
Thanks,
Narendra
Hi Narendra, good one, I should have mentioned it.
The action name is: "LoadCSV2RecordList".
Hi @Ricardo de Freitas ,
Have you got any solution for this problem?
We are also looking to map CSV by header names.
Nitin
Hi Nitin,
I unfortunately couldn't find an alternative workaround either than using a different structure for each file that had a different set of headers.
Hopefully they add the possibility to define which headers we want to use in a future release.