Structured Import Example: Config Files

The configuration files included in the Structured Import Example are explained below.

The configuration is based on using the Sample file as sample data. For more information about the Sample file, see Structured Import Example: Sample File.

Configuration Files

The below provides a high level summary of the differences between the three three configuration files:

Filename

Configuration Name

Description

Demo-Simple.structuredload.xml

Demo-Simple

Ingests the first tab.

Demo-Filter.structuredload.xml

Demo-Filter

Adds a filter to Demo-Simple.

Demo-Linking.structuredload.xml

Demo-Linking

Ingests the second tab.

Does not include the filter.

Demo-Simple Config

The Demo-Simple configuration shows how to create entities and links:

File: Demo-Simple.structuredload.xml

Tab 1: Employee Management Data

Transformations: None
Filters: None

Document:

Title Full Name
Document Properties

Department

Designation

Document Tags

Department

Designation

Document Content None
Entities:

Employee

Department

Links: Department Employee
Demo-Filter Config

The Demo-Filter is the same as Demo-Simple, except it adds a filter:

File: Demo-Filter.structuredload.xml

Tab 1: Employee Management Data

Transformations: None
Filters: Prompts for a Department Name when using the configuration to ingest a file.

Document:

Title Full Name
Document Properties

Department

Designation

Document Tags

Department

Designation

Document Content None
Entities:

Employee

Department

Links: Department Employee
Demo-Linking Config

The Demo-Linking is the same as Demo-Simple, except it also includes the second tab in the sample file:

File: Demo-Linking.structuredload.xml

Tab 1: Employee Management Data

Transformations: None
Filters: None

Document:

Title Full Name
Document Properties

Department

Designation

Document Tags

Department

Designation

Document Content None
Entities:

Employee

Department

Links:

Department Employee

Tab 2: Call Centre Data

Transformations: None
Filters: None

Document:

Title Customer Name
Document Properties

Channel

Reason

Document Tags

Channel

Reason

Document Content None
Entities:

Employee

Reason

Channel

Sentiment

Links:

Employee Sentiment

Reason Sentiment

Channel Sentiment