Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Data Loading in OLE happens via different sets of processes, some of which are internal to OLE and some are available as external APIs for clients to call. Depending on the types of data that needs to be ingested, different processes are used. 

 

Data TypeFormatProcessAPIs (http or RESTful)
Financial data for initial setup.xml & .csvLiquibase and Impex processes convert the data expressed in .xml and .csv and generate sql that then gets inserted by the OLE db process.NA
KIM Users, Roles, Responsibilities etc..csvLiquibase process takes the .csv and converts them into sql that gets inserted by the OLE db process.NA
Locations.xml

Polling Service that polls specific directory for location xml files to be ingested. The directory paths are controlled by the following parameter(s)

<param name="data.xml.root.location">${project.home}/workflow</param>
<param name="data.xml.pending.location">${data.xml.root.location}/pending</param>


The poller polls