A popup will appear, displaying the cached data in a table.
The "View Cached Data" popup displays your processed data in a searchable table format.
- The Columns in the cache table correspond directly to the header attributes in your final processed data.
- For a simple CSV import, these will match the column headers in your source file.
- If you used a Data Transformation, these will match the header attributes you defined in your Target XML.
- The Rows represent the individual records the system is ready to import.
- Filtering and Navigation: You can use the ADD FILTER button to search for specific values within the cache, which is useful for very large files. You can also navigate through pages of data using the controls at the bottom.
This view shows you the exact data—the precise values and column headers—that the import engine will use for the matching and mapping steps.
Important Notes
- Auditing: For security and compliance, every time a user views the cached data, that action is logged for auditing purposes.
- Viewing Repeater Data: Currently, tab characters used as separators for repeater data will appear as spaces in the cache view. This can make it difficult to visually confirm the structure of repeater columns.
Using the Cache for Troubleshooting
The cache is your primary tool for diagnosing problems when an import doesn't behave as expected.
Scenario 1: High "Unmatched" Count
If the Recent Activity log shows a high number of unmatched rows, open the cache. Use the filter to search for a specific person's ID from the source file. You can then verify the exact value the system processed and compare it to the ID in your main application to find discrepancies.
If a field on a form is being populated with the wrong information, the cache can tell you why.
- If the data in the cache is correct, the problem is likely in your form mapping (i.e., the Expression on the form field is pointing to the wrong column).
- If the data in the cache is incorrect, the problem is in your source file or your Data Transformation.
Scenario 3: A Field is Not Populating
If a form field is remaining blank after an import, check the cache. Verify that the column you are trying to map from exists in the cache and that its header is spelled exactly as you have it in your mapping Expression.
Next Steps
If you've reviewed the cache and are still encountering issues, the next step is to check the detailed error logs.