I have a slight issue with the CSV file as the system that generates it has the first row and first column empty. I’m not sure if it’s an issue but I can’t select the option that my CSV has headers in the Parse CSV module.
I am able retrieve the email with the CSV attachment and the data structure looks like this:
Although the data says Long String, I wasn’t sure I have to use the “toString()” function, but I did anyways.
This is how I setup the Parse CSV module:
I selected Ignore error of type: Error as the automatic error handler, which catches the error but then nothing is executed to add the data to my selected Data Store.
Can you check Line No 10003 and check what is the content in it? Seems like either the name field has a comma in it or the data is broken for that particular line.
I tried to put this before the other suggested text replacement module, hoping that it would catch the return also, which I think it has but still giving an error.
I have set the CSV parse to 7 columns and now has header selected. However still getting the “Number of columns on line 1 does not match header” error.