CSV.parse not removing BOM character · Issue #43 · ruby/csv
It looks like there's a bug in CSV 3.0.0 where parse with encoding 'bom|utf-8' doesn't remove the bom character (but it seems to be fine on the read method) require 'csv' require 'tempfile' t = Tem...