Assistance with importing a csv into a PostgreSQL database - Mailing list pgsql-novice

From Intengu Technologies
Subject Assistance with importing a csv into a PostgreSQL database
Date
Msg-id a1afa64b0908060136w4cf15542xe2d73dc4b52a3d2e@mail.gmail.com
Whole thread Raw
Responses Re: Assistance with importing a csv into a PostgreSQL database  (Michael Wood <esiotrot@gmail.com>)
Re: Assistance with importing a csv into a PostgreSQL database  (Frank Bax <fbax@sympatico.ca>)
List pgsql-novice
Dear List,

Please assist me with how to import a csv file into PostgreSQL that
has the following structure - http://pastebin.com/m56bb6cb2.

The challenges are these:
1. import the whole csv into one table - problem is the number of
fields will not be the same for the various rows, the csv has no field
names
2. split this one table into the various tables - a total of 6 tables
3. update the field names with the correct names


--
Sindile Bidla

pgsql-novice by date:

Previous
From: Andreas Wenk
Date:
Subject: Re: Graphical user interface
Next
From: Michael Wood
Date:
Subject: Re: Assistance with importing a csv into a PostgreSQL database