Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Stripping a seemingly complicated comma-delimited file

by andreychek (Parson)
on Jun 11, 2001 at 18:00 UTC ( [id://87487]=note: print w/replies, xml ) Need Help??


in reply to Stripping a seemingly complicated comma-delimited file

Well, if you enjoy that code you are writing, that is fine.. however, there is already a module that can do most of the dirty CSV work for you.

I went to dig around at CPAN to figure out what all was available, but apparently somebody tampered with it, so CPAN is down for now.

In the meantime, modules that may help you are Text::CSV_XS and, if you are interested in using SQL syntax, perhaps DBD::CSV might be neat.

One good reason to use one of these is that if you're data gets any more complicated then what you mentioned, you might have to use some regexes which are a bit more complex, and somebody already did that work for us :-)
-Eric

Update: Good golly, apparently I type too slow.. there were only 2 comments when I clicked on the comment button :-)
  • Comment on Re: Stripping a seemingly complicated comma-delimited file

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://87487]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found