pg_bulkload
pg_bulkload copied to clipboard
Cannot load unquoted CSV data?
I have csv file like
text:text
without quotes. I haven't found a way to load it into var char (50) because malformed array literal
. Is there a way to do QUOTE=nothing
in control file?