Dear community,
I am trying to upload a CSV with cells like the following
"or use ....""DefaultHttpDataFactory.setBaseDir(...)"" ..."
While the client correctly splits and displays the rows, the server misinterprets them and puts them into a “bad rows” datatable.
I used the following settings for importing the CSV:
- delimiter token: Comma
- String escape token: double quote
Are the double quotes the correct way to quote within CSV cells? If yes, what can I do to have the file interpreted correctly?
Best regards