in reply to Re^2: parse CSV
in thread parse CSV
AnyData::Format::CSV uses regular expressions to parse the data, which is much slower than the parser Text::CSV_XS uses in C (XS).
When using CSV data with databases, I'd advice DBD::CSV, which also uses Text::CSV_XS to parse
|
|---|