ossc-db / pg_bulkload

High speed data loading utility for PostgreSQL
http://ossc-db.github.io/pg_bulkload/index.html
Other
433 stars 75 forks source link

Cannot load unquoted CSV data? #124

Open dcaldr opened 2 years ago

dcaldr commented 2 years ago

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?