Text::CSV_XS - comma-separated values manipulation routines https://www.cpan.org
Go to file
2024-01-06 09:47:37 +01:00
perl-Text-CSV_XS.spec automatic update by autodist [release 1.16-1mamba;Thu Mar 26 2015] 2024-01-06 09:47:37 +01:00
README.md automatic update by autodist [release 1.02-1mamba;Fri Nov 22 2013] 2024-01-06 09:47:37 +01:00

perl-Text-CSV_XS

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields.

The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV.