I get an error which uploading the csv file having different number of "filled" columns as compared to number of column titles in the database
error is this:
Invalid column count in CSV input on line 1.
When i try to import it with the headings (titles of columns), it works. Else it doesnt work at all.
I dont want to add columns while importing as i am just updating the chosen values of the columns.
I want to update the table now and then.