Re: Importing 120 csv files bulk multiple

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Andrew Taylor <andydtaylor(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Importing 120 csv files bulk multiple
Date: 2013-02-12 15:35:22
Message-ID: 511A613A.5080605@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/12/2013 07:14 AM, Andrew Taylor wrote:
> Hi,
>
> As per title I need to import a load of csv files. So I wrote a bash
> script to generate the statements I needed (attached). However, this is
> failing on my ubuntu laptop - it seems to occasionally miss the
> semicolon to execute. What I did was copy the text to clipboard and
> paste it in to bash. Is there maybe a way to open this file and evaluate
> it within psql? Output shown below:
>
>

If you want to look at by opening an editor:

test=> \e poscodeInput.txt

If you want to run it:

test=> \i poscodeInput.txt

Substitute path as needed.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniele Varrazzo 2013-02-12 15:49:53 Re: libpq compatibility
Previous Message Ryan Kelly 2013-02-12 15:29:37 Re: Importing 120 csv files bulk multiple