You can use Connect’s staging tables and INCENT commands to upload HR data into Incent. While each of these data types can be maintained by comp admins in the Incent […]
Data
Load Data into Incent
Load Data into Incent xSQL’s INCENT commands allow developers to manipulate data programmatically in the Incent application. INCENT commands can be invoked manually or added to scheduled steps a...
Use Steps and Pipelines
Data Processing with Steps and Pipelines Your primary tool for creating ETL mappings and automating your Incent processes is using step and pipeline domain objects. You can bundle a series of [&helli...
Use Scalar Functions
Use Scalar Functions Much like other RDBMS and ETL tools, you can use the scalar functions in xSQL to: In this chapter, we’ll show you a few examples. For a […]
Load Data into INCENT
xSQL’s INCENT commands allow developers to manipulate data programmatically in the Incent application. INCENT commands can be invoked manually or added to scheduled steps and pipelines. x...
Convert Data Types
It can be necessary to change the data type of a particular value. For example, a numeric or date value might be stored as a string from a CSV file. […]