Hi All,
I would like to store a qvd into a csv.
I use the command
STORE Table INTO $(vCSVLocatie)\Fuel_prices_$(vYear)_$(vMonth)_$(vDay)_$(vHour)$(vMinute).csv
(txt, utf8, delimiter is ';')
Now I only get double quotes around the fields with a double quote in it.
Is it possible to get a Double quote around every string field?
Regards,
Kris