Data Warehouse Automation Interface v1.2
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.