Re: ERROR: COPY quote must be a single ASCII character

Поиск
Список
Период
Сортировка
От Andrej Kastrin
Тема Re: ERROR: COPY quote must be a single ASCII character
Дата
Msg-id 47AC6FF4.20009@siol.net
обсуждение исходный текст
Ответ на Re: ERROR: COPY quote must be a single ASCII character  (Colin Wetherbee <cww@denterprises.org>)
Ответы Re: ERROR: COPY quote must be a single ASCII character
Re: ERROR: COPY quote must be a single ASCII character
Список pgsql-general
The answer is simple no. I know I can to some preprocessing on input
files using awk, sed etc. but don't want to change the structure of the
file.

Colin Wetherbee wrote:
> Andrej Kastrin wrote:
>> ||5354235||,||some text...|| ||1234567||,||some text...||
>> ||1234568||,||some text...||
>>
>> The sql statement I defined was:
>>
>> COPY testtable FROM 'test.txt' WITH DELIMITER AS ',' CSV QUOTE AS
>> '||';
>>
>> but the error:
>>
>> ERROR: COPY quote must be a single ASCII character
>
> I guess I'm stating the obvious here, but can you just change your '||'
> quotes to a single character within the file?
>
> Colin
>

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

Предыдущее
От: Colin Wetherbee
Дата:
Сообщение: Re: ERROR: COPY quote must be a single ASCII character
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: hyperthreading and pqlib