I have a CSV with 3 columns ; text, integer, text. When i import these all the data is enclosed in double brackets. I'm not sure why. Is there away to remove these on import using COPY? Or should i import as text and then remove them using select replace
?
Edit; Code for copy
copy tavle from 'file.csv' with delimiter ',' CSV encoding 'windows-1251'
Sample of raw csv data;
"TY373543","4510069420","A"
"ND4368","4510093370","A"
"TY152401","4510093370","A"
"TY384054","4510069421","A"