Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello everyone.
I am new at this and there are many things that I don't understand, so I need your help.
So, I'm trying to read a CSV file (function ReadCSVFile) and save it in a InfoTable. I have downloaded the CSV Parser Extension and have boiled down to the bare minimum and have not been able to get it to work. When I launch the service, the following error appears:
Error executing service SImportCSV. Message :: Unable To Open [*******] in [********] : begin 0, end 18, length 13 - See Script Error Log for more details.
What could be the problem?
Thanks,
Luis
Solved! Go to Solution.
I found the error. The date type records were not correct.
Incorrect date type: 2018/9/2 -------- Correct date type: 2018/09/02
What's in the Script Error Log ?
The same Log Message.
The out of the box CSV parser requires a carriage return at the end of the CSV. Make sure your file has one.
I found the error. The date type records were not correct.
Incorrect date type: 2018/9/2 -------- Correct date type: 2018/09/02