elandfill
12 years agoOccasional Contributor
[Resolved] DataSource spraying quotes everywhere
I use a DataSource to read from a csv file. Here is the contents of the cell:
this is a test "test this is"
Here is what ends up in the DataSource:
"this is a test ""test this is"""
The POST request I do with this data then fails. Why are all these quotes being added?
if i remove the quotes:
this is a test test this is
Here is what ends up in the DataSource:
this is a test test this is
What is going on?
this is a test "test this is"
Here is what ends up in the DataSource:
"this is a test ""test this is"""
The POST request I do with this data then fails. Why are all these quotes being added?
if i remove the quotes:
this is a test test this is
Here is what ends up in the DataSource:
this is a test test this is
What is going on?