I am trying to insert csv file in postgresql database
the code is
COPY meta.fk_payment_temp
FROM 'C:\Users\YAM\Downloads\wfgyrnyjumou_p\transaction-2014-04-01-2014-04-30.csv' with csv header delimiter ',' ;
but there is some column value have comma
like "24 mar, 2014","abc, xyz" etc
how i can solve this in postgresql query ?