Import csv file error with double newline

From: phuongnh2 <phuongnh2(at)vng(dot)com(dot)vn>
To: pgsql-admin(at)postgresql(dot)org
Subject: Import csv file error with double newline
Date: 2015-05-06 09:44:21
Message-ID: 1430905461085-5848154.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi all,help me !I have scriber log file (text file), content inside file
below:201505012202210SE1457863,201505010104009,,ng0022119089,awttar7p6,A832624640,VLMB,1,ng0022119089,500000,1,201505010104009,2015-05-01
22:02:27201505012202220SE2778097,201505010104010,,PE0020947080,YZBBLXWDX,S1915202387,VLMB,1,PE0020947080,100000,1,201505010104010,2015-05-01
22:02:28201505012203570SE1363941,201505010104047,,WC0019824617,9NXZXPW9K,S1915202387,VLMB,1,WC0019824617,20000,1,201505010104047,2015-05-01
22:04:03postgresSQL: COPY raw_so6_zingpay2015 FROM
'/data/scribe_log/so6/2015-04-15/ZingPay_VLMB_BEZPay-2015-04-15_00012' WITH
(FORMAT CSV, HEADER, DELIMITER E',', NULL '\n');ERROR: missing data for
column "dbgtransid"CONTEXT: COPY raw_so6_zingpay2015, line 2: ""what is
option to double newline ??thanks,phuongnh2

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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Payal Singh 2015-05-06 15:15:26 Re: Import csv file error with double newline
Previous Message Peter Geoghegan 2015-05-05 22:00:56 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0