RSS | Module Info | Add a review of Text-CSV_XS

5 out of 5 found this review helpful:

Text-CSV_XS (0.37) *****

It reads all kinds of crazy insane CSV variants that crazy insane people throw at my software. Once or twice, when it wouldn't handle one, I complained to the author and he made it work very quickly. This is the place to start for CSV reading.

Ricardo SIGNES - 2008-03-31 05:48:05
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Text-CSV_XS (0.37) *****

Once again I needed to parse CSV with slightly odd options. Text::CSV_XS saves me so much time and is, like said before, faster than Text::CSV.

With very simple CSV, a split() would probably be enough. When it gets a little more tricky, simple use this module.

B10m - 2008-03-27 01:50:24
Was this review helpful to you?  Yes No

4 out of 10 found this review helpful:

Text-CSV_XS (0.31)

As a Perl newbie I didn't realize that the XS suffix indicated that this module required access to a working C compiler and make :(. Just a warning to the uninitiated. Otherwise this looks great and I wish I could use it.

Eric D. Moyer - 2007-09-11 06:42:05
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

Text-CSV_XS (0.23) ****

Easy to use and fast.

It would be nice if there was a better way to handle embedded newlines in fields.

Gavin Estey - 2004-08-20 09:14:23
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Text-CSV_XS (0.23) *****

Significantly faster than Text::CSV and still my favorite way to get data into and out of MS Excel.

Matt Hicks - 2004-08-19 12:48:07
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

Text-CSV_XS (0.23) *****

It'd be nice if combining & stringifying were one easy step, but other than that, this module has saved me tons of time.

Andy Lester - 2004-05-25 21:45:45
Was this review helpful to you?  Yes No


the camel