Re: Multiple table insert using a CSV list as the datasource - Mailing list pgsql-novice

From Chris Palmer
Subject Re: Multiple table insert using a CSV list as the datasource
Date
Msg-id 9E232C5C-976F-11D6-8A8C-000393841D1E@nodewarrior.org
Whole thread Raw
In response to Re: Multiple table insert using a CSV list as the datasource  ("Norman Khine" <norman@khine.net>)
Responses Re: Multiple table insert using a CSV list as the datasource  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-novice
On Sunday, July 14, 2002, at 02:10 , Norman Khine wrote:

> Is there such an SQL statement where you say:
>
> Take table csv and put column 1, 2, 3 into table products where column 1
> should map to products.column1 etc etc ...
> or take table csv and put column1 and column 4 into table price

There might be a way to do all that in SQL, but I would do it with a
short Perl script using the DBI module. It's fairly straightforward, and
the DBI module's documentation is enough to get you going.

If you don't like Perl, I'm sure Python, Tcl and Ruby have similar
functionality.


--
Chris     music is what numbers feel like     San Francisco, CA


pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Multiple table insert using a CSV list as the datasource
Next
From: Bruno Wolff III
Date:
Subject: Re: Multiple table insert using a CSV list as the datasource