Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just some quick fixes to make it run the conversions I needed on Python3 (3.10.6 in my case).
Requires further testing, as I only went through the errors until I had the output I wanted.
Solution might not be too "Pythonic".
Also corrected a minor README error for xmltables2csv and removed the annoying help-text on invocation.
Suggestion: Make changes to accept STDIN/STDOUT as input/output and write errors to STDERR.
Thx for this software! It solved me some time when I had to move some XML data in an SQLite db.