in reply to Get CSV data and convert it to other format data dynamically.

You should use Text::CSV to read the data and one of the JSON modules to output it.

  • Comment on Re: Get CSV data and convert it to other format data dynamically.

Replies are listed 'Best First'.
Re^2: Get CSV data and convert it to other format data dynamically.
by ash1351 (Novice) on Aug 24, 2015 at 21:20 UTC

    Will i be able to do it dynamically ? that is my concern.