xml2csv icon indicating copy to clipboard operation
xml2csv copied to clipboard

Simple XML to CSV conversion utility

Results 4 xml2csv issues
Sort by recently updated
recently updated
newest added

An exception is thrown when trying to use the binary jar file agains an xml doc. Command run was as follows: $ java -jar xml2csv-1.1.0.jar --columns Weakness,Description,Relationships,Relationship,Weakness_Ordinalities,Applicable_Platforms,Time_of_Introduction,Common_Consequences,Mitigation,Potential_Mitigations,Causal_Nature --input ../Documents/cweJuly2014.xml --output...

Hi I've a file which has array of child elements which are multiple. I've tried with sample program but it took only first value of whole array. [sample_github.txt](https://github.com/fordfrog/xml2csv/files/4147888/sample_github.txt) If you...

* Update required Java to 8 (targeting 7 not supported anymore) * Upgrade to JUnit 5 and in particular change ConvertorTest to use assertLinesMatch to fix line ending mismatch errors...