Re: importing a messy text file
От | Rémi Cura |
---|---|
Тема | Re: importing a messy text file |
Дата | |
Msg-id | CAJvUf_tbjAe_du3n8-tUcup2i4kn4oVNZCx05UsA8fpN8bs+TQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: importing a messy text file (Willy-Bas Loos <willybas@gmail.com>) |
Ответы |
Re: importing a messy text file
|
Список | pgsql-general |
Hey,
with latest version 9.3 you can use a copy from with a programm as argument.
I had a similar problem (an extra space at the end of each line), so I used sed in a pipeline to remove it before feeding it to database.with latest version 9.3 you can use a copy from with a programm as argument.
Rémi-C
2014-04-30 10:47 GMT+02:00 Willy-Bas Loos <willybas@gmail.com>:
Yes, Karsten, maybe scripting would be the easiest way to fix this, i would then probably insert this line for line. That's a possibility. It might take a long time to run, but that's not much of an issue.Alberto, it would be hard to use sed( s/^I$// ), because there is no explicit NULL value and there are many NULLs in the last column.So i can't be sure how many tabs should be in the end of each line.--Willy-Bas Loos
В списке pgsql-general по дате отправления: