Error while importing csv during read next line using CSV module?

0
I want to import csv response which contains around 2 lakh records data into mendix using csv module, when i run the microflow to import the data, it  throws an error during the “Read Next Line” . How can i resolve the error?   Thanks in advance.
asked
1 answers
0

This looks like you may not have the correct number of fields in one or more of the lines in the CSV file.

Check that you don’t have any empty lines in your CSV file (maybe at the end), and that each line has the correct number of commas. You may need to do this in a text editor.

 

Good luck!

answered