Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: XML::CSV out of memory

by monkey_boy (Priest)
on Mar 26, 2015 at 16:21 UTC ( [id://1121413]=note: print w/replies, xml ) Need Help??


in reply to XML::CSV out of memory


From the XML::CSV docs:
At this point it does not allow for a write as you parse interface but is the first upgrade for the next release.
So either wait for the next release, or I'd attempt dividing the large file into many smaller chunks and chuck these through XML::CSV, then combine output if required.


This is not a Signature...

Replies are listed 'Best First'.
Re^2: XML::CSV out of memory
by Anonymous Monk on Mar 26, 2015 at 20:54 UTC

    So either wait for the next release, ...

    Ha ha wait another 14 years? XML-CSV-0.15 15 May 2001

    Grab XML::Writer and Text::CSV_XS and write something "original" (or just modify csv2xls )

    Grab DBD::AnyData and write something shorter

      Yea I actually agree with this the most. There are far too many options for this to dick around with something that's not immediately easy.

      Three thousand years of beautiful tradition, from Moses to Sandy Koufax, you're god damn right I'm living in the fucking past

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found