Forum Discussion
AlexKaras
12 years agoCommunity Hero
> [...] some of the values (sentences, etc.) that I wrote to the log contained commas [...]
AFAIR, such strings should be quoted. Then they will be processed fine by the csv driver. Possible quotes within quoted values must be quoted as well, so I can recommend aqString.Quote() to handle this.
AFAIR, such strings should be quoted. Then they will be processed fine by the csv driver. Possible quotes within quoted values must be quoted as well, so I can recommend aqString.Quote() to handle this.