Text::CSV_XS - comma-separated values manipulation routines https://www.cpan.org
Go to file
2024-06-19 11:49:19 +02:00
perl-Text-CSV_XS.spec automatic version update by autodist [release 1.55-1mamba;Tue Jun 18 2024] 2024-06-19 11:49:19 +02:00
README.md automatic version update by autodist [release 1.49-1mamba;Sun Jan 15 2023] 2024-01-06 09:47:38 +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.