Skip to content

Releases: lantanagroup/XmlHarvester

v1.0.1

10 Mar 16:28
Compare
Choose a tag to compare

Changes:

See More
  • 217d93a Update README.md
  • d095f47 Update README.md
  • 536ce12 Adding about window and button
  • 652ccd8 Changing name from XmlDocumentConverter to XmlHarvester
  • 0294b9a Renaming XmlDocumentConverter to XmlHarvester

This list of changes was auto generated.

v1.0.0

07 Aug 15:36
Compare
Choose a tag to compare

Changes:

  • 16e0a1f Adding error handling for the initialization of the DB2 engine
  • c66cbb6 Update README.md

This list of changes was auto generated.

v0.14

23 Jul 14:55
Compare
Choose a tag to compare

Changes:

  • 24ebcf9 More gracefully handling exceptions from attempting to open the DB2 connection

This list of changes was auto generated.

v0.13

21 Jul 21:22
Compare
Choose a tag to compare

Changes:

  • ef21e11 Even if failed to move file to a different directory, app continues to process other files, instead of break (stopping)

This list of changes was auto generated.

v0.12

13 Jul 23:27
Compare
Choose a tag to compare

Changes:

  • 6455a76 Adding support to validate against XSD and SCH files

This list of changes was auto generated.

v0.11

07 Jul 19:38
Compare
Choose a tag to compare

Changes:

  • a245d5c Updating CLI commands to remove arguments that are no longer valid.
  • 8ca9056 Update README.md
  • b673b16 Split out Race & Ethnicity
  • 9527537 Updated config w/ STU2 templates
  • 6384ed4 update

v0.10

10 Jun 19:49
Compare
Choose a tag to compare
v0.10 Pre-release
Pre-release

End-user changes

  • Initial support for DB2 exports
  • Improvements to UI to allow capturing DB2 settings
  • Allow user to specify a directory where files are moved to
  • CLI improvements to separate each output format as a separate command, with different argument requirements
  • CLI improvements to include DB2 output format options

Developer changes

  • Abstracting the settings for various output formats into separate components
  • Created a BaseConverter class that represents "shared" (reused) functionality across all converters

Detailed Change Log

See More

v0.9

11 May 23:12
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

Re-factor to separate logic into a library class. Creating event handler for logging from converters.
Renaming existing project to UI
Adding new project for CLI that accepts command-line params to run tool

v0.8: Fixing bug when xpath is incorrect, it fails for all remaining column…

11 Aug 21:21
Compare
Choose a tag to compare
  • Improving log output for XLSX conversion
  • Fixed config issue
  • Making the output filenames more consistent, and sortable
  • Fixing bug when xpath is incorrect, it fails for all remaining columns in the group
  • Adding namespaces to config so that it is not static information in the code
  • Combining two "Edit Config" menu items into a single menu item, now that there is a single config.

v0.7

10 Aug 16:10
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

More work on the sorting of the excel output
Updated config to use latest from meenaxi, and fixed some duplicate column name issues.