Data models simplify the process of getting started with Managed Fusion by providing pre-configured objects to reduce the effort spent on basic starting tasks. This helps keep documents consistent between datasources and intuitive to the object’s type. The Call Data Model Pipeline index stage is used to create a link between your document type (person, email, file, etc.) and your documents.
ImportantThis index stage must be placed after the Data Model Mapping index stage.

More information

Configuration

When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.