Hi
Trying to dump a datawindow out to a CSV file using PB 17.0.1681 using the saveasascii command with a comma delimiter and default quote.
On trialing this I've found that it doesn't escape an embedded quote in the string ie a " is not turned into ""
Does anyone found a way to handle this scenario?
The reason I'm using that command is to get the datawindow format out with computed columns included rather than coding them into the SQL statement.
Thanks
Allan
I've done a workaround by copying the datawindow and doing a find/replace on embedded quotes to turn them into "".
Not ideal but it works.
Regards
Allan