I run a query in a database to retrieve records in CSV format (with quotes):
"Data","More data","some "funny" data with quotes","more".
Now that this has been analyzed, an obvious problem arises with this bit:
...,"some "funny" data with quotes",...
Is there a way to “avoid” these quotes in sybase to save post processing?
source
share