My app loads up the data from an external csv file, called in using a web component via http, using a "list from csv table" block
Everything works fine in my emulator, but with the compiled app I get this message on startup:
Syntax error: quote in unquoted cell (Cannot parse arguments to "list from csv table" as CSV- formated table)
The only option being to close the app.
I did find
this on searching, but any answers don't seem to address the problem?
I went through my csv file and removed all " and ', but the problem persists.
Any suggestions?
Tim