Releases: Roenbaeck/unstruct
unstruct v.0.1.8
In order to reduce the file size of the resulting output when metadata is selected, the common parts of filename paths are removed. These could become very long strings if absolute paths are used and the parsed XML files are nested deep into the file system.
unstruct v0.1.7
This release adds rudimentary support for filtering. It also fixes a bug where attributes on an element selected for row generation were only read once for the first occurrence of the element.
unstruct v.0.1.6
This release adds a new program option, --metadata. If specified the output file will contain an additional column named "_path" in which the name(s) of the parsed file(s) will be found.
unstruct v0.1.5
This release adds support for namespaces. Attributes on the elements used for row generation can now be output. It also supports more exotically structured XML files. A number of bugs have also been fixed.
unstruct v0.1.4
This release fixes a bug that did not properly clear data from nested elements before continuing to the next sibling.
unstruct v0.1.3
This is the very first release of unstruct. Expect bugs. Read the code in place of missing docs.