Forum Discussion
elandfill
12 years agoOccasional Contributor
I am using DataSource and the same thing happens to me. In my .csv file the text is as follows:
this is a test "test is this"
Here is how it looks after being read in using DataSource:
"this is a test ""test is this"""
what is going on?
If I take out the quotes:
this is a test test is this
then it reads it in as intended:
this is a test test is this
this is a test "test is this"
Here is how it looks after being read in using DataSource:
"this is a test ""test is this"""
what is going on?
If I take out the quotes:
this is a test test is this
then it reads it in as intended:
this is a test test is this