activewarehouse / activewarehouse-etl

Extract-Transform-Load library from ActiveWarehouse
MIT License
240 stars 102 forks source link

Allow to escape nil in FileDestination #107

Open thbar opened 12 years ago

thbar commented 12 years ago

This is a follow-up to this code and this comment.

MySQL bulk load will apparently convert \N into null values if passed.

It would be nice to add a configurable support for that.

Acceptance

I did a bit of research and \N seems to work as well for PostgresSQL.

What do you think guys? (especially @sgrgic and @josephbridgwaterrowe)