activewarehouse / activewarehouse-etl

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

Incorrect destination being used #122

Closed epinault closed 1 year ago

epinault commented 12 years ago

When a user wants to use a CSV destination , you have to specify it as a type such as

destination :dimension_out, { :file => 'filename',
:type => :csv, :enclose => '"'}

Otheriwse it uses the FileDestination by default that almost behave like a CSV but in a broken way and differently around enclosing