Craigc3814
Board Regular
- Joined
- Mar 7, 2016
- Messages
- 217
I have about 10-15 CSV files stored on a network folder that I want to combine. When I try to do so it is throwing this error
DataFormat.Error: There were more columns in the result than expected.
Details:
Count=7
I believe this is because there are now commas on the csv file. The database I am downloading from exports it as a CSV file but its really just an .xlsx (it does not give me the option to export any other way).
I know I can go in and convert each file to .xlsx and make it work but it kind of ruins the automation portion.
I have been searching for about 2 hours with no fix. Does anyone have any ideas?
DataFormat.Error: There were more columns in the result than expected.
Details:
Count=7
I believe this is because there are now commas on the csv file. The database I am downloading from exports it as a CSV file but its really just an .xlsx (it does not give me the option to export any other way).
I know I can go in and convert each file to .xlsx and make it work but it kind of ruins the automation portion.
I have been searching for about 2 hours with no fix. Does anyone have any ideas?