Closed epinault closed 1 year 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
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