Re: data import - Mailing list pgsql-sql

From Achilleas Mantzios
Subject Re: data import
Date
Msg-id 201012211404.48311.achill@matrix.gatewaynet.com
Whole thread Raw
In response to Re: data import  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-sql
Στις Tuesday 21 December 2010 13:36:58 ο/η Pavel Stehule έγραψε:
> Hello
>
> 2010/12/21 Viktor Bojović <viktor.bojovic@gmail.com>:
> > Hi,
> >
> > can anyone recommend me a windows and linux free tools for importing data
> > into postgre.
> > Source files are CSV or excel.
>

Openoffice can do this job, populating a table from an excel data source,
but every time i do it (which is not often) it is like reinventing the wheel again.
The way to do it, IIRC, is to "create" a database based on your existing excel data source.
After that you can copy data from this "excel-powered" database to your normal pgsql database, fairly easily.
It is easy actually, just not so straight forward as most people would want.

> PostgreSQL can read a CVS files via a COPY statement. You can use a
> \copy metacommand too from psql
>
> Regards
>
> Pavel Stehule
>
> > Thanx in advance
> > --
> > ---------------------------------------
> > Viktor Bojović
> > ---------------------------------------
> > Wherever I go, Murphy goes with me
> >
>



--
Achilleas Mantzios


pgsql-sql by date:

Previous
From: Trinath Somanchi
Date:
Subject: Re: converting type and function in postgresql ?
Next
From: Chris Ruprecht
Date:
Subject: Re: data import