xml2csv icon indicating copy to clipboard operation
xml2csv copied to clipboard

Python scripts for processing XML documents and converting to CSV. Also works on nested xml files.

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

Is this project a fork of yours? https://github.com/SamirPaul1/xml2csv Did you fork this project from others? If it's not the case, I suggest you to clarify this project is the original...

not well-formed (invalid token): line 1, column 1

I'm converting XML to CSV, one issue, the fields pulled from the XML file are all on a single row. Ideally, each block of xml would be a new row....