Re: Ragged CSV import

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Ragged CSV import
Дата
Msg-id 4AA86EC5.8040004@dunslane.net
обсуждение исходный текст
Ответ на Re: Ragged CSV import  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Ragged CSV import  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers

Robert Haas wrote:
> However, I'm skeptical about whether the specific
> thing you want to do after parsing (namely, drop excess columns,
> null-fill missing ones) is sufficiently common to warrant a feature to
> do only that.  YMMV, of course.
>
>
>   

So might my experience. I can tell you that I have been asked about this 
dozens of times since implementing CSV import, in various forums. From 
day one people have wanted a way of handling CSVs which were not 
strictly regular. Pretty much every time the request has been something 
fairly close to this.

As for the feature not being large enough, we have a regrettable 
(IMNSHO) tendency in this project to take simple proposals and embelish 
them with many bells and whistles. Personally, I'm much more of a fan of 
incremental development.

cheers

andrew




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ragged CSV import
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Ragged CSV import