> -----Ursprüngliche Nachricht-----
> Von: [email protected] im Auftrag von Josh Berkus
> Gesendet: Mi 6/20/2012 7:06
> An: [email protected]
> Betreff: Re: [HACKERS] Nasty, propagating POLA violation in COPY CSV HEADER
...
> (1) is valuable
> for backwards compatibility, and for cases where the CSV header was
> generated by another program (Excel?) so the column names don't match.
4) MAP_HEADER ('column 1'-> 'col_1', 'Date' -> 'input_date' ...)
to cover the case when column names do not match.
my 2 pences,
Marc Mamin