Bk Good wrote:
> Can Text::CSV handle other types of delimited files besides comma?
You could also look into AnyData.pm (and DBD::AnyData if you're more
familiar with DBI) which has some interesting ways of parsing various files
and treating them like databases ;o)
--
To unsubscribe, e-mail
Can Text::CSV handle other types of delimited files besides comma?
-Original Message-
From: George Schlossnagle [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 10:09 AM
To: Dan Muey
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Problems with TEXT::CSV_XS
Text::CSV (no
From: "BK GOOD" <[EMAIL PROTECTED]>
> The TEXT::CSV_XS module has problems parsing delimited files with
> funny characters, binary data or missing quotes. It will blank out
> the records. Does anyone know of another module for parsing delimited
> files that can handle this type o
Text::CSV (no XS) has done an all-too-good job of parsing binary data
for me in the past.
On Wednesday, April 2, 2003, at 11:02 AM, Dan Muey wrote:
The TEXT::CSV_XS module has problems parsing delimited files
with funny characters, binary data or missing quotes. It
will blank out the records.
> The TEXT::CSV_XS module has problems parsing delimited files
> with funny characters, binary data or missing quotes. It
> will blank out the records. Does anyone know of another
> module for parsing delimited files that can handle this type of data?
I think DBI handles CSV. I'd say your bes