Unify and manage your data

Show Page Sections

Load interactions without defining a data model

Learn about Schemaless Interactions in Reltio Data Loader

You can load interactions in Reltio without having to define a schema or a data model in the tenant configuration. Loading interaction without a schema simplifies the data loading process for interactions, as with this option you are not required to map attributes or define any additional settings.

This enhancement is available in the Data Loader as a new data type and you can also enable it in the Console > Data Loader before you load your data.

This feature is only available on tenants provisioned with Reltio Customer 360.

Load interactions without a predefined schema with the Reltio Console

When using the Console > Data Loader you have the option of selecting Interactions as the type of data to load. In the Upload window to load an Interaction you can chose a specific Interaction to load data into it or select the Unclassified Interaction.

If you choose Unclassified Interaction, you don't need to fill the information about mapping. If the file is uploaded from a local system you do not need to define any additional settings and the process skips to the step 4 so you can review the data loading job and start loading data. If the source file is provided from any cloud storage, you move to step 3 where you can define how you want to schedule the data load.

Load interactions without a predefined schema with Data Loader API

Use this Data Loader operation to create a new data loading job:POST {{dataloader_uri}}/dataloader/api/{{tenantId}}/projectBody:{ "environment": "361", "tenantId": "myTenantIdValue", "name": "My user friendly name of the Project Details", "loadType": "SCHEMALESS_INTERACTIONS", "checkForUpdates": false }

You need to set the parameter loadType to SCHEMALESS_INTERACTIONS to specify the type of data to load.