This usually happens due to a mismatch between the number of columns in the header and the source data columns.
Make sure the amount of data fields in the data row match up with the number of attributes in the header row.
If you are using a CSV file, there will be a comma between every data field. Each comma represents the next column. Check for extra commas (or other data delimiters).