Re: Populating tables with data

From: Kumar S <ps_postgres(at)yahoo(dot)com>
To: PostGreSQL <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Populating tables with data
Date: 2004-08-23 11:37:15
Message-ID: 20040823113715.77143.qmail@web61206.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear group,
I am a biologist dealing with tons of gene chip data.

I made a schema for storing the data using postgreSQL.

To make my question short, I have a (say) 3 tables.
My data is in tab delimted text. I have to parse the
data and direct the contents of each colums to columns
in each table.

How can I do this using Python? Any ideas please.

Thank you

PS


__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Arthur van Dorp 2004-08-23 11:43:14 Re: Populating tables with data
Previous Message Arthur van Dorp 2004-08-23 11:01:55 Re: Installing PostgreSQL in a Linux Environment