From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
---|---|
To: | Jan Christian Dittmer <jcdittmer(at)web(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Import German Decimal Numbers |
Date: | 2008-05-07 13:24:44 |
Message-ID: | 4821AD9C.6020607@wildenhain.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Jan Christian Dittmer wrote:
> Thank you very much!
> You have remind me that the our server runs under Linux and not under
> Windows as our clients :-)
> So indeed I can use a sed-pipe construct to switch '.' and ','.
> But wait, there is just another problem then. Our date format is also
> german :-( "DD.MM.YY" or
> "DD.MM.YYYY". So if I just exchange '.' and ',' the date will be
> unreadable for the import :-(
> The (current) file is 1.4 GB so it will take ages to let awk chew on it
> I guess.
If all fails you could copy into a another table where you use
text columns and then translate afterwards via to_date() and
to_number() / replace().
Cheers
Tino
From | Date | Subject | |
---|---|---|---|
Next Message | Fernando | 2008-05-07 13:37:21 | Re: Is this possible in a trigger? |
Previous Message | Ken Allen | 2008-05-07 13:21:12 | Re: Import German Decimal Numbers |