Hi all,
I've created a csv file in excel that contains certain fields including section text, product reference etc. In order for me to identify errors in the file as soon as possible I have been importing the file (and replacing existing catalog data) after the addition of each new field. This worked perfectly for the first 10 fields, however now I've added a field for the extended info image and I get the error messages:
"Line 17: Wrong number of fields. Expected 11 but got 10."
"Line 18: Wrong number of fields. Expected 11 but got 10."
:
:
:
"Line 864: Wrong number of fields. Expected 11 but got 10."
Line 17 is the line immediatly after the first record containing an extended info image filename entry and line 864 is the last record in the file.
Does anybody now why this is happening how to sort it out?
Chris
I've created a csv file in excel that contains certain fields including section text, product reference etc. In order for me to identify errors in the file as soon as possible I have been importing the file (and replacing existing catalog data) after the addition of each new field. This worked perfectly for the first 10 fields, however now I've added a field for the extended info image and I get the error messages:
"Line 17: Wrong number of fields. Expected 11 but got 10."
"Line 18: Wrong number of fields. Expected 11 but got 10."
:
:
:
"Line 864: Wrong number of fields. Expected 11 but got 10."
Line 17 is the line immediatly after the first record containing an extended info image filename entry and line 864 is the last record in the file.
Does anybody now why this is happening how to sort it out?
Chris
Comment