Java XML to CSV (XML2CSV) generic conversion facility.
Flattens one or more similar XML files into CSV projections.
I made it in order to extract data from big XML files and gather them in files more easily opened with a spreadsheet because I didn't find anything adapted to my needs over the Internet when I needed to (Java + truly generic + self-contained algorithm + Unix like command line options + efficiency).
It is packaged as an auto executable Jar for convenient command line...