Hi all!
I am new to MySQL…I am trying to export the data of a table to csv. The settings I use for exporting are:
Escaped by:
Lines terminated by: rn
Variable length:
Fields terminated by: ,
Fields enclosed by: ” Optionally
The problem is that some of my fields contain data with “, e.g. The place of the meeting is at “Plaza hotel”. This “corrupts” the data and the fields are not shown as they should be. Is there a way I can fix this?
Thank you very much!