Re: Different length lines in COPY CSV - Mailing list pgsql-hackers

From Tino Wildenhain
Subject Re: Different length lines in COPY CSV
Date
Msg-id 1134419412.4975.86.camel@Andrea.peacock.de
Whole thread Raw
In response to Re: Different length lines in COPY CSV  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Different length lines in COPY CSV
List pgsql-hackers
Am Montag, den 12.12.2005, 15:08 -0500 schrieb Andrew Dunstan:
> 
> Tom Lane wrote:
...
> 
> You are probably right. The biggest wrinkle will be dealing with various 
> encodings, I suspect. That at least is one thing that doing CSV within 
> the backend bought us fairly painlessly. Perl's Text::CSV_XS module for 
> example simply handles this by declaring that only [\x09\x20-\x7f] are 
> valid in its non-binary mode, and in either mode appears to be MBCS 
> unaware. We should try to do better than that.

Are there any test datafiles available in a repository?
I could give it a shot I think.

If not maybe we could set up something like that.

Regards
Tino



pgsql-hackers by date:

Previous
From: Frank Wiles
Date:
Subject: Re: Something I don't understand with the use of schemas
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Please Help: PostgreSQL Query Optimizer