Parse CSV - Error

Hello team,

I use parse csv module. I have this error :slight_smile:

I used “tostring” to transform data from google drive file. But its doesn’t work.

I check this discussion but CSV Parse Issue but not same problem i guess.

If someone have a solution, i’m happy to heard it :slight_smile:

regards

The file appears to be an XML file, not CSV.

You cannot use a CSV module on an XML file.

If you need more assistance, please provide a share link to your file in Google Drive.

2 Likes

Yeah bit it’s csv file ^^

check it

I know what’s the problem now, the encoding issue when downloading certain Google Drive files.

I have mentioned a possible workaround for this here: Read text in .txt file stored in google drive - #4 by samliew

You need to use a “Convert encoding” module using the same input and output encoding, then you can use the output of this module in your Parse CSV module.

2 Likes