activewarehouse / activewarehouse-etl

Extract-Transform-Load library from ActiveWarehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad CSV parser

epinault opened this issue · comments

in 1.9.3 FasterCSV does not exists and is already part of CSV. yet if you look at

csv_destination line 106 you see

    @f ||= FasterCSV.open(file, mode, options)

This is wrong and does not work