makamaka / Text-CSV

comma-separated values manipulator
24 stars 19 forks source link

BOM without a header line. #61

Closed yewtc closed 2 years ago

yewtc commented 2 years ago

The option detect_bom is only available in the header method, but not all CSVs have header lines. The detect_bom functionality should be used on the first line of the file, not just the header line.

charsbar commented 2 years ago

See https://github.com/Tux/Text-CSV_XS/issues/40#issuecomment-1283602490. Closing.