I have a recordset of a database and should write it row by row into a csv file.
Now it is possible, that there are quotes in a field which leads to an invalid formed csv.
field = This leads"; to problems
In the csv file [ ; ] is the delimeter and ["..."] the field capture.
How to correctly escape the quotes ?