fastcsv
fastcsv copied to clipboard
:row_sep support
:row_sep support is more complicated than :quote_char and :col_sep support, because it is frequently multi-byte (e.g. \r\n) and needs to support the :auto option. May be easier to implement once there is a solution to #8.