Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Copy Data Question



> >   CSV QUOTE AS 'quote' 
> >   FORCE NOT NULL column1, column2, column3, column4,
> > column5, column6 
> >  
> > > ;
> 
> the delimiter is the tab, which is the default.  i
> don't think i need to include it.  i don't what i'd
> put in place of 'delimiter' to represent tab, anyhow.
> 
> i'm not getting CSV QUOTE.  should by statement look
> like:
> 
> CSV QUOTE AS '''

You can open the file in a text editor just to verify how it is stored as a CSV.

If the data does not use quotes in the text.file then just drop this argument.

Also, if your text file does have quotes, it might help to remove quotes numeric data being pushed
to integer datatypes in the temp table.

Regards,

Richard Broersma Jr.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group