Warning: Record has more values than header indicated

After experiencing this problem when using a tab separated value file for import:
"Warning: Record has more values than header indicated ..."
I discovered this solution:
I simply added an extra tab to the end of the first row.
Presumably the program counts the tab characters in the heading row to determine the number of fields.
but or course if the TSV file is made using excel, then there is one less tab character than headings.
happy importing!
"Warning: Record has more values than header indicated ..."
I discovered this solution:
I simply added an extra tab to the end of the first row.
Presumably the program counts the tab characters in the heading row to determine the number of fields.
but or course if the TSV file is made using excel, then there is one less tab character than headings.
happy importing!