Upload CSV Error Code: incorrect number of columns

Hi @Nagazzi

Usually that error is from the CSV file not having empty columns included in the rows.

So, if you had 3 headings you would need to have at least 2 commas per row.

Heading 1, Heading 1, Heading 3Value 1,, 
Value 2,,
Value 3,, 

Note the additonal commas after Value 1 which show column 2 and 3 are empty.

Or, you could remove the extra headers (on the right) that don’t have any data.

Alternately you could try uploading the file as Microsoft Excel.

Did that work?

Mike