PaulTrimor
7 years agoQrew Cadet
API_ImportFromCSV XML parsing error on latin characters
Hello
Whenever I use the API_ImportFromCSV to import records, it crashes on a certain row that contains the latin character '?'?" . When I open the spreadsheet using a plain text editor, this character is appear as <0x8d> which seems like it would crash the XML parsing.
I've trying adding <?xml version="1.0" encoding="utf8"> into my script, but it does not work.
Anyone have any suggestions of how I may fix solve this?
Thank you
Whenever I use the API_ImportFromCSV to import records, it crashes on a certain row that contains the latin character '?'?" . When I open the spreadsheet using a plain text editor, this character is appear as <0x8d> which seems like it would crash the XML parsing.
I've trying adding <?xml version="1.0" encoding="utf8"> into my script, but it does not work.
Anyone have any suggestions of how I may fix solve this?
Thank you