Unified Data Model

  Introduction to the Xillio Unified Data Model
Introduction In pretty much every project you will be using Xill for, you will be making a variation on the well known ETL theme: Extract: Obtain data from some source Transform: Modify the obtained data to comply with the target system Load: Enter the data into the target system ...
 Wed, 6 Jun, 2018 at 2:54 PM
  Standard Decorators
Introduction To store documents in the UDM using Document.save, you will first need to store content types with their decorators, using the ContentType package. The documents to be saved will be validated, and only stored in the database if they comply with the defined content type. Whic...
 Wed, 6 Jun, 2018 at 3:05 PM