convert text file to database

Поиск
Список
Период
Сортировка
От e-letter
Тема convert text file to database
Дата
Msg-id 298a6f60804180629i46d0ab41t7b5f95cd1b7e6d8c@mail.gmail.com
обсуждение исходный текст
Ответы Re: convert text file to database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Readers,

I re-formatted an extract from my file of chess matches to:

Event,Online
Game,Site,www.flyordie.com,Date,yyyy/mm/dd,Round,1,White,djride,Black,kasparov777,Result,1-0,Termination,normal,UTCDate,2008/01/05,TimeControl,1200,moves,1.
c4 e5...25. Qh7# 1-0
Event,Online
Game,Site,www.flyordie.com,Date,2008/01/05,Round,1,White,pawnsrow,Black,djride,Result,0-1,Termination,normal,UTCDate,yyyy/mm/dd,TimeControl,1200,moves,1.
d4 d5...33. Bf3 Rxe5 0-1

I tried to import the csv file using the command:

chessmatches=# COPY chessgames FROM '/absolute/path/filename.csv';
ERROR:  invalid input syntax for integer: "Event..."

CONTEXT:  COPY chessgames, line 1, column id: "Event,..."

My first thoughts are that I need to create a first column entitle
'column id' but there is no reference to the requirement for this in
the section of the manual COPY. SO what is required please?

Thanks,

В списке pgsql-novice по дате отправления:

Предыдущее
От: Nils Zierath
Дата:
Сообщение: Re: Remote / network connection fails
Следующее
От: Tom Lane
Дата:
Сообщение: Re: convert text file to database