I have a .csv file that is getting the "Too Many Fields in Record 2" error and won't advance past the input tool. This particular file comes to me with the first row completely empty and the data starts on row 2. My work-around is to open the file and delete the first row and this allows it to run my workflow fine and get the expected data.
I don't want to open or touch the file, just bring it in the workflow, but I can't find any other solution to get past this error.
I've read some of the other posts on this topic and tried:
starting data import on line 2
Changing delimiters to \0
adding to the field length
treating errors as warnings to at least read it and troubleshoot
Still no luck getting to my data. Does anyone have any experience with this? The work around is so easy yet i can't convert that manual intervention to an Alteryx process that does the same thing and resolves the problem.