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

3 out of 3 found this review helpful:

Text-CSV_XS (0.65) *****

With this module, I never have to re-invent the wheel when it comes to handling CSV files. This module has handled every CSV I have needed to parse.

Bob Root - 2009-06-15 06:35:33
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Text-CSV_XS (0.54) *****

This module is really great & always my first choice to read (and write ;-)) any kind of CSV.
It experienced no problems with CSV files from any kind of program - just simply tell the new() method, how the bunch you're about to read looks like, and it works.

Hint: People reading foreign language CSV's should remember to set the "binary" attribute, otherwise you cannot read extended characters.

TVoss - 2008-09-29 06:29:12
Was this review helpful to you?  Yes No

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

3 out of 3 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