Hi,
When we call LoadCSV2RecordList action, we are getting IsSuccess = False and Debug Info with below message-
Exception: System.FormatException: Input string was not in a correct format.
Attaching details error message. We have 500000 rows in CSV file and 50 columns.
Considering the large data size. How to know which row has error?
Best Regards,
Nitin
I got the issue. The column order is different in the CSV file and the mapping structure.
Do we have any option to map CSV file by header names?