Re: Copy from text file

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Copy from text file
Date: 2006-06-23 01:52:51
Message-ID: 449B4973.6000306@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris wrote:
> Ricardo Vaz wrote:
>> Hi,
>>
>>
>> It is possible to copy data from text file (CSV) ignoring some columns
>> of this text file?

Assuming you're on a Unix box, you could easily use awk or perl to parse
your csv and create one that contains only the columns you want.

--
Until later, Geoffrey

Any society that would give up a little liberty to gain a little
security will deserve neither and lose both. - Benjamin Franklin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-06-23 03:11:12 Re: Copy from text file
Previous Message Chris 2006-06-23 01:42:43 Re: Copy from text file