in reply to how to convert multiple xml files with different structure into CSV files
For each different XML schema, you will have to define what constitutes a "row", and then read the XML file in, and for each "row" element, output all tag values that you have seen so far.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to convert multiple xml files with different structure into CSV files
by pavithravenky (Initiate) on Jul 17, 2014 at 08:25 UTC | |
by Corion (Patriarch) on Jul 17, 2014 at 08:29 UTC | |
|