I have a text field in a table that breaks the “export resultset” option in version 3.11. The nature of this field is that it contains Double quotes and commas, like the following line for example …
Hello ” Kevin, Peter” , how are you?
I am probably using an incorrect selection of options when creating the output in csv format, by I can't seem to find the correct selection to make this specific case work.
By default, the nature of a csv file means that
my lines should be terminated by n or rn
my fields terminated by ,
and my fields enclosed by “
I am not sure what “Escaped By” means, but nothing I enter seems to work.
A standard CSV export shouldn't be this hard :wacko:
Can anyone help please.
Thanks
Kevin