Re: Regular expression that splits CSV string into table

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Regular expression that splits CSV string into table
Дата
Msg-id 1284227312.11260.1.camel@jdavis-laptop
обсуждение исходный текст
Ответ на Re: Regular expression that splits CSV string into table  (Nick <nboutelier@gmail.com>)
Список pgsql-general
On Fri, 2010-09-10 at 18:11 -0700, Nick wrote:
> I dont mind if the commas are at the beginning and end, im more
> concerned about "three,four" staying in one row because its surrounded
> by quotes. -Nick

It doesn't sound like a regex is the best solution here. Why not write a
function in a language that offers a CSV library, like python?

Regards,
    Jeff Davis


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

Предыдущее
От: Martin Gainty
Дата:
Сообщение: Re: SQL Programming Question
Следующее
От: Darren Duncan
Дата:
Сообщение: Re: SQL Programming Question