Understanding the Import Module Dashboard
The Import Dashboard is your central hub for managing and monitoring all import activity. It gives you an at-a-glance overview of recent import runs, surfaces any warnings or errors, and provides access to detailed logs for troubleshooting.
The dashboard is organized into three main sections.
Warnings and Errors
This section, displayed at the top of the page, provides a real-time log of issues encountered during recent import runs. It's the first place you should look to diagnose problems. Each entry is timestamped and includes a brief description of the issue.
Message Types
|
|
Error: Indicates a critical problem that stopped the import from completing, such as a missing file or a fatal processing failure.
|
|
|
Warning: Indicates non-critical issues. The import may have finished, but some data was skipped, such as rows that couldn't be matched to a person in the system.
|
Global Settings
This panel provides a quick, read-only view of system-wide settings that affect automated imports.
- Generic Imports Running Nightly shows the total count of import configurations from this module that are scheduled to run as part of the nightly integration.
- Disable Nightly Generic Data Imports shows whether the master switch to run all of the above imports is currently enabled (No) or disabled (Yes).
- Forms running SIS Imports Nightly displays the count of forms configured to use the separate, system-level SIS demographics import.
- Disable Nightly SIS Imports shows whether the master switch for the separate SIS demographics import process is currently enabled (No) or disabled (Yes).
Recent Activity
This table displays a history of all manual and automated imports processed by the system over the last 30 days. It allows you to track every run and see its outcome.
Each row in the table includes:
- Name: The name of the Import Configuration that was run.
- Date: The date and time the import was executed.
- Type: The method used, either MANUAL or AUTOMATED.
- Matched: The number of rows in your file that successfully matched a person in the system.
- Unmatched: The number of rows that could not be matched to a person.
- Created: The number of new records created during the import.
- Updated: The total number of individual data fields that were successfully inserted or changed across all matched records. Each field that receives a new value is counted. If an imported value is the same as the data already in a field, it is not counted as an update.
Viewing the Import Log
For a detailed breakdown of any specific run, click the View Details button in its corresponding row. This opens the Import Log, which provides a complete summary and diagnostic information.
The Import Log is organized into several tabs:
- Details: This tab provides a summary of the import run, including who ran it, the Record Creation Mode used, and the final counts of matched, unmatched, created, and updated records.
- Pre-process Errors: This tab shows errors that occurred during the initial phases of the import, such as issues reading the file or problems during the person-matching step.
- Record Creation Errors: If you enabled record creation, this tab will display any errors that occurred specifically during that process.
- Record Process Errors: This tab lists errors that happened while updating already matched records, such as problems with an Expression, data type mismatches, or issues inserting data into a form field.
Related Articles
Overview of the Import Process
The Import Module is a powerful tool for bringing external data directly into your forms. It streamlines workflows, reduces manual entry, and enhances data accuracy by using structured files like CSV, TSV, XML, or JSON to automatically populate or ...
Preparing a JSON File for Import
JSON (JavaScript Object Notation) is a lightweight, human-readable format ideal for structured data. Unlike CSV files, all JSON files must go through a Data Transformation step before they can be processed by the Import Module. While the structure ...
Running a Manual Import
A manual import is a bulk import that you initiate yourself from the Import Module. It's the primary method for performing one-time data loads, testing a new configuration, or updating a specific subset of records. There are two ways to start a ...
Preparing an XML File for Import
XML (Extensible Markup Language) is a powerful format for handling complex or hierarchical data. Because XML files can have virtually any structure, they must go through a Data Transformation step to be processed by the Import Module. While any valid ...
Import Module Terminology
The Import Module allows you to bring data into your forms from external files. Understanding the terminology is crucial for configuring imports, preparing data, and troubleshooting effectively. This guide defines the key concepts you'll encounter. ...