Re: Import csv file error with double newline

From: phuongnh2 <phuongnh2(at)vng(dot)com(dot)vn>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Import csv file error with double newline
Date: 2015-05-07 02:40:00
Message-ID: 1430966400478-5848259.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

raw_so6_zingpay2015 structure

CREATE TABLE raw_so6_zingpay2015
(
Col1 character varying(500),
Col2 character varying(500),
Col3 character varying(500),
Col4 character varying(500),
Col5 character varying(500),
Col6 character varying(500),
Col7 character varying(500),
Col8 character varying(500),
Col9 character varying(500),
Col10 character varying(500),
Co11 character varying(500),
Col13 character varying(500)
) ;

--
View this message in context: http://postgresql.nabble.com/Import-csv-file-error-with-double-newline-tp5848154p5848259.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message phuongnh2 2015-05-07 06:32:35 Issue import (COPY) data by between miss lines
Previous Message Andreas Karlsson 2015-05-07 01:26:27 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0