Skip Menu |

This queue is for tickets about the Text-CSV-Simple CPAN distribution.

Report information
The Basics
Id: 8224
Status: resolved
Priority: 0/
Queue: Text-CSV-Simple

People
Owner: Nobody in particular
Requestors: steve [...] purkis.ca
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: [REQ] ability to parse strings
Hiya, It'd be nice if Text::CSV::Simple was able to receive its data from strings as well as files. This is handy for files you receives over some connection (ie: HTTP upload) - instead of saving to disk and opening them again, you just parse in situ. -Steve
Date: Thu, 4 Nov 2004 00:00:08 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Steve_Purkis via RT <bug-Text-CSV-Simple [...] rt.cpan.org>
Subject: Re: [cpan #8224] [REQ] ability to parse strings
RT-Send-Cc:
On Wed, Nov 03, 2004 at 08:46:19AM -0500, Steve_Purkis via RT wrote: Show quoted text
> It'd be nice if Text::CSV::Simple was able to receive its data from > strings as well as files.
I haven't tested it, but as I currently just pass the filename through to File::Slurp, which is supposed to DTRT if this is actually a filehandle, you should be able to pass an IO::String object ... Tony