Re: Best import approach? Delimiters in strings - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Best import approach? Delimiters in strings
Date
Msg-id 511FCC58.6030907@gmail.com
Whole thread Raw
In response to Re: Best import approach? Delimiters in strings  (Andrew Taylor <andydtaylor@gmail.com>)
List pgsql-general
On 02/16/2013 09:52 AM, Andrew Taylor wrote:
> Unfortunately my starting point is data in the format of that example
> line. I hasn't spotted the lack of quotes on the first value. Given this
> format, is my best bet to write a script transforming it pre-import to
> postgres? I.e. are there no arguments I could pass to the import process
> to handle this directly? Thanks

Yes, but we need to see the actual import code i.e COPY table_name FROM
file_name

>
>

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Andrew Taylor
Date:
Subject: Re: Best import approach? Delimiters in strings
Next
From: Adrian Klaver
Date:
Subject: Re: Best import approach? Delimiters in strings