activewarehouse / activewarehouse-etl

Extract-Transform-Load library from ActiveWarehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect destination being used

epinault opened this issue · comments

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