Re: Copying data from a CSV file into a table dynamically

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Copying data from a CSV file into a table dynamically
Date: 2018-08-14 14:04:31
Message-ID: f2d796ab-ad65-8fe9-a217-8ba054a6cc25@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/14/2018 06:38 AM, pavan95 wrote:
> Hi Adrian,
>
> I tried to use
> *"COPY postgres_log1 FROM '/tmp/abc/xyz/postgresql-`date --date="0 days ago"
> +%Y-%m-%d`_*.csv' WITH csv;"*
>
> But it resulted in an error. How to issue such that it is understandable by
> psql?
>
> And I am completely unaware of python & psycopg2. Anything which suits my
> requirement is enough!!

Well I was just using that as an example. If you are not familiar with
Python then you would probably be better off using a language and it's
associated Postgres adapter you are comfortable with.

>
> Thanks in Advance
>
> Regards,
> Pavan
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Don Seiler 2018-08-14 14:11:43 Re: Vacuum process waiting on BufferPin
Previous Message Ruiqiang Chen 2018-08-14 14:01:35 Re: Copying data from a CSV file into a table dynamically