Problems importing csv
Problems importing csv
Hello,
I am having problems implementing the csv import functionality.
I have a very simple table, and when importing a CSV, for example, with 2 rows, when displaying the confirmation window, the program puts in the fields the number of rows to import - 1, when it should put Multiple Values.
The same happens, if my csv had 78 rows, then the fields would show a 77 instead of its multiple values.
What could be wrong?
Thanks in advance,
This discussion has been closed.
Answers
I already discovered what happens!!!
My editor does not have the same field names as the imported csv.
I will review how to correct it. Thanks and sorry for consulting.