Hi,
my quoted data looks like this:
“ref”, “address”, “amount”
“1”, “100 A St.”, “100000”
“2”, “101 A St.”, “150000”
it does not matter if I set quotedStrings to “true” or “false” for DataReader in my graph file, my result for both cases would be the same:
“1”, “100 A St.”, “100000”
“2”, “101 A St.”, “150000”
is that correct that the result is the same, independant of the quotedStrings setting??
fyi, this is how I set the quotedStrings in my Graph file:
Also, the same applies if my data are not quoted… the result will have no quotes, no matter if I set the quotedStrings to “true” or “false”…
Thanks,
al