Re: Howto read a UTF-8 CSV with COPY? - Mailing list pgsql-novice

From Jasen Betts
Subject Re: Howto read a UTF-8 CSV with COPY?
Date
Msg-id ibrt2g$707$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Howto read a UTF-8 CSV with COPY?  (Andreas <maps.on@gmx.net>)
Responses Re: Howto read a UTF-8 CSV with COPY?  (Andreas <maps.on@gmx.net>)
List pgsql-novice
On 2010-11-11, Andreas <maps.on@gmx.net> wrote:
> Hi,
> I'd like to import some data from ms-office that has text columns with
> international characters in it.
>
> COPY complains about illegal byte sequences.
>
> When I placed a "set client_encoding = LATIN1" in front of the COPY
> command, COPY was happy.
> It still didn't work as expected. There were empty attributes in the
> imported table when there were accent decorated characters in the source
> file.

latin-1 was probably the wrong client encoding unless it was office on
a really old Mac.

> Is there a way to import UTF8 encoded csv files ?

copy.
but the files must be utf8, close is noy good enough.

what sequence is it complaining about?

--
⚂⚃ 100% natural

pgsql-novice by date:

Previous
From: peter@vfemail.net
Date:
Subject: Re: Could not open relation with OID (table partitioning issue?)
Next
From: Jasen Betts
Date:
Subject: Re: login error - Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL: password authentication failed for user "kamik"