Re: Copy Data Question - SOLVED

From: <operationsengineer1(at)yahoo(dot)com>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Copy Data Question - SOLVED
Date: 2006-06-23 22:52:22
Message-ID: 20060623225222.92331.qmail@web33314.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

first off, thanks for the education - i did learn a
lot about COPY and its options.

my problem was that openoffice.org asks for a text
delimiter and offers two choices, ' and ". COPY
chokes on both these options (at least in this case).
i think using the text delimiter cause nuls to be fed
in as text - since it was delimited.

in any case, one can over ride the two options by
highlighting one or the other (whichever is selected)
and then deleting it altogether. voila, no text
delimiter, no problem.

i had this issue before, but i found it unintuitive to
highlight and delete from a drop down box so it didn't
register right away.

sorry for the confusion and i hope this exercise helps
someone else who is importing OOo data into psgsql.

thanks again.

oe1

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2006-06-23 23:53:06 Re: Copy Data Question
Previous Message Richard Broersma Jr 2006-06-23 22:01:01 Re: Copy Data Question