Issue with columns with comma values
Hi,
I am trying to load the csv file on the vertica table.
I am having the issue since the column value itself has comma on it and columns seems to have shifted
row e.g.
"6027007","US","United States","WV","West Virginia","588","Clarksburg-Weston, WV","25301"
column "dblabel" which has the value "Clarksburg-Weston, WV", has varchar(55) on it.
copy command I am using is:
COPY tbluser FROM '/vertica/tbldata.csv' UNCOMPRESSED DELIMITER ',' DIRECT;
Any suggestion?
0
Comments
Not sure i understand what you need. (what do you mean by "shifted" ?)
But if yo want to load the data even the data can contain your delimiter use the enclosed parameter.
()