BUG #6148: unterminated CSV quoted field - Mailing list pgsql-bugs

From william wei
Subject BUG #6148: unterminated CSV quoted field
Date
Msg-id 201108040748.p747mFSN037920@wwwmaster.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6148
Logged by:          william wei
Email address:      wei_jieyun@founder.com
PostgreSQL version: 8
Operating system:   linux
Description:        unterminated CSV quoted field
Details:

error: unterminated CSV quoted field. when import CSV file.

copy command:
COPY tablename FROM '/tmp/test.cvs' csv DELIMITER AS ',' NULL AS '' QUOTE AS
'"';

CVS file content: (error when value contains \")
"value1 \" text ","value2","value3"

pgsql-bugs by date:

Previous
From: simonrodan
Date:
Subject: Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)
Next
From: blammo72
Date:
Subject: Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)