in reply to parse XML huge file using cpan modules

How did your approaches fail? You already managed to read in the data, as your output using Data::Dumper shows, so where is your problem?

Is your problem to output the CSV / pipe delimited data?

Can you please edit your post and add the code you already have, and explain where exactly your problem is?

  • Comment on Re: parse XML huge file using cpan modules

Replies are listed 'Best First'.
Re^2: parse XML huge file using cpan modules
by Anonymous Monk on Jul 28, 2019 at 14:33 UTC
    Hi Corion, thanks for your fast reply. My issue is to accesso to data/field. I'm not able to print this field/value:
    2019-07-16T08:23:59|CSCS1SVGM1|0|0|0|amlif700txs001|28218

      Again, please show us the code you already have, and also explain to us where each value comes from.

      Without seeing the code you already have, it is very hard to give you concrete advice on how to change your code.