Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: isolate a filed from within a spreadsheet

by hydo (Monk)
on Nov 20, 2002 at 16:04 UTC ( [id://214510]=note: print w/replies, xml ) Need Help??


in reply to isolate a filed from within a spreadsheet

I was working on something like this last night and found DBI::CSV to work quite nicely. You can pass the seperator char during connect() so that you aren't bound to commas.
my $hndl = DBI->connect( qq{"DBI:CSV:f_dir=/stuff:csv_sep_char=\\t} );
DBI::CSV for more info.

I suspect '\t' is not quite right. \011 maybe?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-23 13:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found