From: Jaume Teixi <teixi(at)6tems(dot)com>
To: psql-sql <pgsql-sql(at)postgresql(dot)org>, psql-admin <pgsql-admin(at)postgresql(dot)org>
Subject:
Date: 2001-02-23 11:18:31
Message-ID: 20010223121831.2007589d.teixi@6tems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

Hi,
I cannot use any kind of odbc because my customers have his local m$
access db's locally then export them on .txt with tab or | separated, then
put on my server trought ftp.

and is working ok except that the customers are on spanish databases then
a data like:
--DATE-----NAME---------LANG------
1/6/2000|Ferran Adrià|Castellano|

when sended trought ftp on my server is converted to:
--DATE-----NAME------------LANG------
1/6/2000|Ferran Adri\xe0|Castellano|

so when imported on Postgresql with:
COPY products FROM '/var/lib/postgres/iii2.txt' USING DELIMITERS '|' \g
--DATE-----NAME-----------------------LANG------
1/6/2000|Ferran Adri\xe0|Castellano|NULL

on the same cell, ignoring the '|' completelly

on 'postmaster.init' I have: LANG=es_ES but doesnt' works...
using tabulators as a separators also causes same problem...

any pointers to solve this will be really apreciated

the other problem is that if a m$ access database has a return carraige on
a text cell the import also fails.

bests from barcelona,
teixi.

Browse pgsql-admin by date

  From Date Subject
Next Message Dmitry Morozovsky 2001-02-23 11:56:41 Re: [HACKERS] Re: v7.1b4 bad performance
Previous Message Hannu Krosing 2001-02-23 11:09:37 Re: [HACKERS] Re: v7.1b4 bad performance

Browse pgsql-sql by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-02-23 11:19:49 AW: ask for help !!! (emergency case)
Previous Message Jaruwan Laongmal 2001-02-23 11:14:34 ask for help !!! (emergency case)