Hello,
Does anyone have a solution for this problem? It is important that we only need to use a CSV file and not an Excel file. I am using ‘Read CSV’ activity, but I get the following error message: ‘The line contains more values than the header.’

Hello,
Does anyone have a solution for this problem? It is important that we only need to use a CSV file and not an Excel file. I am using ‘Read CSV’ activity, but I get the following error message: ‘The line contains more values than the header.’
the csv format might be different
one way you can try is read using read text file and then use generate datatable from text activity
cheers
You will have to add some dummy column headers on first line of the csv file.
Instead of comma as a delimiter, I used the tab character as a delimiter. The error has now been fixed.
Thank you very much for the solutions!
Happy automation!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.