Skip to content

Data Warehouse Automation Interface v1.2

Compare
Choose a tag to compare
@RoelantVos RoelantVos released this 25 Jan 10:28

Changes for this update most notably include switching to a different deserialisation mode for the examples and command line utility. Using JObjects does not require exact matching of the intended class structure to load / deserialise the Json files. In fact, this way any Json file can be deserialised and matched to whatever pattern.

Other changes:

  • Renamed dataObjectClassification to dataObjectClassifications to be consistent with the list/collection nature of the property and with other similar approaches throughout the class library.
  • Some lists have been updated to List to allow for multiple types/classes to be added to the list.
  • Free form sample added (e.g. different structure than class library).
  • Added Command Line Interface / utility so code generation can be run from command line.