Forum Discussion
ChayceDuncan
9 months agoQrew Captain
I'm not an expert in Python - but your error indicates specifically something wrong with the cdata array not being closed out correctly. Have you printed out the content from csv_content.encode('utf-8').decode('latin-1') to ensure that the response is a string? ImportFromCSV will require the data to a string csv format - so first off I would ensure that the response of that conversion is being handled and treated properly as a string.
------------------------------
Chayce Duncan
------------------------------