-
Notifications
You must be signed in to change notification settings - Fork 0
XML input and output format support #99
Copy link
Copy link
Open
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:mMedium — 4 to 8 hoursMedium — 4 to 8 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Milestone
Metadata
Metadata
Assignees
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:mMedium — 4 to 8 hoursMedium — 4 to 8 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Part of #68
Depends on #95 (format plugin architecture)
Description
Add row-based XML as an input and output format. Each row maps to an XML element; column values become child elements or attributes.
Acceptance Criteria
--input-format xmlreads row-based XML (each child element of root = one row; grandchildren = columns)--output-format xmlwrites results as XML with configurable root/row element names--xml-root <name>flag sets the root element name (default:results)--xml-row <name>flag sets the row element name (default:row)Notes