Dimitri Fontaine e1bc6425e2 Implement support for PostgreSQL COPY format, fix #145.
PostgreSQL COPY format is not really CSV but something way easier to
parse. Funnily enough, parsing it as CSV is not that easy, so we add
here a special simple parser for the COPY format.

It should be quite useful too try loading again reject data files from
pgloader after manual fixing, too. It's still missing some documentation
without any good excuse for that, will add soon.
2015-01-02 18:49:17 +01:00
..
2014-04-29 14:51:14 +02:00
2013-11-26 16:48:45 +01:00
2014-10-18 22:42:31 +02:00
2014-06-03 10:33:43 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2014-09-21 12:19:20 -05:00

pgloader tests

In the parser directory are tests for the parser only, in the current directory are tests that can be run to import data.