Description
Perl applications can read, write, and transform CSV data with a dedicated parser instead of splitting lines by commas. This is useful for spreadsheets, imports, exports, reports, and data-cleaning tools.
It is a developer library. CSV from untrusted sources should be validated for encoding, delimiters, formulas, and unexpected columns before being imported or opened in spreadsheet software.