rmfin730 has asked for the wisdom of the Perl Monks concerning the following question:
I have a csv file were the different columns and headings are all over the place, such as:heading 1, heading 2, heading 3 data, data, data data, data, data
Not sure if this will make sense or not, but basically I want to be able to call the heading name and get data that is in its column, sometimes there will be 20 lines of data and sometimes it just one data item in the column. Once i am able to store the data and call it I want to be able to create an xml file using the data. All of the heading names are enclosed with <> if that helps. Any ideas on a simple way to do this?heading 1, heading 2 data, data data, heading 3 data heading 4, heading 5 data, data
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help parsing a complicated csv
by Tux (Canon) on Apr 25, 2011 at 18:42 UTC | |
|
Re: Help parsing a complicated csv
by linuxer (Curate) on Apr 25, 2011 at 19:54 UTC | |
by Tux (Canon) on Apr 26, 2011 at 05:58 UTC | |
by rmfin730 (Initiate) on May 13, 2011 at 21:32 UTC | |
by rmfin730 (Initiate) on May 16, 2011 at 14:23 UTC | |
by linuxer (Curate) on Jul 05, 2011 at 21:32 UTC | |
|
Re: Help parsing a complicated csv
by molecules (Monk) on Apr 25, 2011 at 18:21 UTC | |
|
Re: Help parsing a complicated csv
by holli (Abbot) on Apr 25, 2011 at 18:20 UTC |