Re: manipulate csv module
- From: "harryfmudd [AT] comcast [DOT] net" <"harryfmudd [AT] comcast [DOT] net">
- Date: Thu, 22 Jun 2006 11:32:41 -0400
Bob Lanteigne wrote:
onlineviewer wrote:
Hello All,
I have a .csv file which has 3 columns of data. Is there a
module that i can use that will allow me to manipulate this file.
Like remove some data from 1 column and add it to another, add
and remove columns etc...
Thanks,
Googling "perl text csv" returns a link to:
Module: Text::CSV
Description:
Text::CSV provides facilities for the composition and decomposition
of
comma-separated values. An instance of the Text::CSV class can
combine
fields into a CSV string and parse a CSV string into fields.
<snip>
Might be a good place to start.
Searching http://search.cpan.org/ for CSV also works.
Tom Wyant
.
- References:
- manipulate csv module
- From: onlineviewer
- Re: manipulate csv module
- From: Bob Lanteigne
- manipulate csv module
- Prev by Date: need your helpppp
- Next by Date: Re: need your helpppp
- Previous by thread: Re: manipulate csv module
- Next by thread: Re: manipulate csv module
- Index(es):
Relevant Pages
|
|