Source data cleansing and transformations
To exclude or transform such data in relational tables, we recommend that you use SQL scripts in relational modeling. You can use INSERT, UPDATE, or DELETE statements in your scripts.
You cannot use SQL scripts to perform transformations in tables of the Integration database because the structure of this database cannot be changed. In the Staging database, you create copies of the relevant tables of the Integration database and perform transformations and data cleansing in Staging.
You can create a matching table structure from Data Lake or a staging source connection. You can create a table from a query that contains a SELECT statement such as:
SELECT * FROM Accounts
See "Adding columns to a staging database table from a query" in Related topics for more information on creating tables from a query.
When the data is correct, you can use relational modeling load queries to load data from the Staging database to the Integration database.
These options are available for data cleansing:
- Automatic data cleansing through Infor ION API. When you create an ION workflow in ION Desk, set the clearData option to TRUE. This automatically deletes the table in Staging throughout the workflow before the data load begins. The clearData option is displayed on the Request Parameters tab in ION API Properties.
- Data cleansing through Data Lake. In ION Desk, delete the unwanted data objects and then clear the data:
- Select , set the purge criteria, and click to delete unwanted data objects.
- Select and use the administrative option for the relevant data object.
For more information on data cleansing, see Infor ION Desk User Guide-Cloud Edition on Infor Support Portal.