hugo2
November 20, 2023, 8:20am
1
Hello team,
I use parse csv module. I have this error
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
regards
samliew
November 20, 2023, 8:21am
3
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
hugo2
November 20, 2023, 8:23am
4
Yeah bit it’s csv file ^^
check it
samliew
November 20, 2023, 8:45am
6
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