Jump to content

[SOLVED] Loading data from a csv file


Jago6060

Recommended Posts

 

Ok Just one quick question...the table that I'm importing a CSV into has some 20+ columns/fields but I need to copy csvfile.column1 into table.column18.  Via your provided link, I can't see a way to delineate what columns of the CSV file go into what columns of the table.

No, you won't be able to do that with copy.

 

Is this a one time thing or is it something you need to process on a continual basis?

 

If it's a one time thing you can copy/reorder the columns in Excel. You have several options for continual process.

One would be to copy to a staging table and then transform into your regular table. There is pgloader. It will allow you to do transforms before outputting to copy.

http://www.postgresql.org/docs/8.3/static/pgcrypto.html

 

Another option would be to use an ETL tool. There are loads of them out there.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.