Re: Re: MS Access data to PostgrSQL data

From: "rob" <rob(at)cabrion(dot)com>
To: <keithmur(at)mindspring(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: MS Access data to PostgrSQL data
Date: 2001-01-20 08:16:34
Message-ID: 002801c082b9$4da34440$4100fd0a@cabrion.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Search this (and the novice) list for importing from Excel. I recently
posted some tips there on using tab delimited text files and the copy
command. DBD has a file size limit.

--rob

----- Original Message -----
From: "Keith G. Murphy" <keithmur(at)mindspring(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, January 19, 2001 11:13 AM
Subject: Re: Re: MS Access data to PostgrSQL data

> Tim Uckun wrote:
> >
> > >>hi,
> > >>can anyone help me ? i need to convert a ms access .mdb file into
> > >>somthing readable so i can insert it into my postgreSQL db...
> > >>does anyone have any experiance? (preferably using PHP)
> > >>Robert Korteweg
> > >>The Netherlands
> >
> > Here is your steps.
> > 1) Create your destination table in postgres
> > 2) Export your data to a comma delimeted format
> > 3) save this perl script to a file
> >
> There is also a CPAN module to parse out comma-delimited data:
>
> Text::CSV_XS
>
> and a DBD module that builds on that:
>
> DBD::CSV
>
> I think the perldoc for that module even uses Excel data as an example.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message rob 2001-01-20 08:22:54 Re: Re: is PG able to handle a >500 GB Database?
Previous Message Anthony E . Greene 2001-01-20 06:13:32 Re: Re: couple of general questions