From: | "Bart van den Eijnden" <BEN(at)Syncera-ITSolutions(dot)NL> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | text file import |
Date: | 2005-10-06 11:45:49 |
Message-ID: | s3452a94.071@SRV-POSTIX-DFT |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi list,
I am trying to transfer the following from MySQL to PostgreSQL:
load data local
infile 'D:/tmp/InterAcces- MySQL/03102005/bedrijven.txt'
into table bedrijven
fields terminated by ',' optionally enclosed by '^'
lines terminated by ';\r\n';
Is there a way to do this without changing the file (this file is delivered by a 3rd party)? Btw, I am on the win32 platform.
Here is an example from the file:
6603,^J.J. De Graaf^,^Achthovenerweg^,^1A^,^2351 AX^,^Leiderdorp^,^Revisievergunning (art. 8.4 Wm) (nieuw, de gehele inrichting omvattend)^,^2^,^50^,^1993-12-14^,^60^,^De Heer J.J. De Graaf^,^3^,^Veehouderijen (Niet Intensief)^,^3^,^96856^,^461861^,^^,^^,^2003-06-04^,^2005-09-28^,^16:22:00^,^^;
6605,^Neuteboom Tweewielers^,^Touwbaan^,^1E^,^2352 CZ^,^Leiderdorp^,^Meldingsplichtig ^,^1^,^50^,^1998-10-07^,^60^,^H. Neuteboom^,^1^,^Verkoop/Reparatie (Brom)Fietsen^,^10^,^95811^,^464378^,^M01^,^Detailhandel- En Ambachtsbedrijven^,^2004-01-06^,^2005-09-28^,^16:22:00^,^^;
Thanks in advance.
Best regards,
Bart
Bart van den Eijnden
Syncera IT Solutions
Postbus 270
2600 AG DELFT
tel.nr.: 015-7512436
email: BEN(at)Syncera-ITSolutions(dot)nl
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Söderback | 2005-10-06 11:51:42 | Fedora Core 3 x86_64 compat libraries? |
Previous Message | WireSpot | 2005-10-06 10:59:44 | Dump all except some tables? |