Hello,
I am working in a export data from a table i am using the following command to export it to a csv file
db2 export to %APP_INSTALL_PATH%\DATA\DATA_OUT\exportdata.csv of del select * from counter
where we have to specify a output file and a Query which gives all required records into the file, but my problem is that it gives data with Double Quotes and each column is separated by a comma, the comma will do but the double quotes will not can anybody let me know as to how to remove the double quotes from the selected data i am getting the output as follows
"ufour6",+4.12,"world","Updated hrs for user with username ufour6.","U"
Thanks.