It seems that whenever I load and save (savetofile) a jvCsvData ... double quotes end up in the results. How can I override this and FORCE 'no double quotes' in the saved results ???
Asked
Active
Viewed 21 times
0
-
Please post your code se we can see what might be wrong. – Mark Chorley May 04 '16 at 16:03
-
I've tried multiple combinations though. Basically, the ONLY difference is that I am not defining the fields at all. ( so implicitly jvcsvdataset will turn all fields into strings ). For this project, I will never know how many columns I have on any given file. So when i use the "SavetoFile, or ExportToCsv" method, all strings receive a double quote around them. I need to 'not' have this happen. – michael s. May 04 '16 at 17:51
-
I've even tried using a Tmemo or TStringList with a "AssignToStrings / AssignFromStrings" and a StringReplace Command - and the data just gets screwed up. – michael s. May 04 '16 at 17:52
-
Ive tried using a filestream to read, then stringreplace, then save - and no luck. The whole issue is,... How can i open up a csv file and remove all double quotes,... successfully. all methods have failed thus far. – michael s. May 04 '16 at 17:55