Import Detail
The Import Detail page shows comprehensive information about a single import job including its progress, errors, column mappings, and options.
Accessing the Page
Section titled “Accessing the Page”From the Import History, click on any import row, or navigate to /prospects/import/:id. Requires the canViewImports permission.
Import Summary
Section titled “Import Summary”| Field | Description |
|---|---|
| Filename | Original CSV filename |
| Status | Current import status badge |
| Total Rows | Total rows in the file |
| Processed Rows | Rows that have been processed so far |
| Success Count | Successfully imported rows |
| Error Count | Rows that failed |
| Started At | When the import started processing |
| Completed At | When the import finished |
| Created At | When the import was created |
| Created By | User who initiated the import |
Import Errors
Section titled “Import Errors”If the import has errors, a table displays each error:
| Field | Description |
|---|---|
| Row | Row number in the CSV file |
| Column | Column name that caused the error |
| Value | The value that failed validation |
| Message | Error description |
Column Mappings
Section titled “Column Mappings”Displays the mapping between CSV columns and prospect fields used during this import.
Import Options
Section titled “Import Options”Shows the options that were configured for this import:
| Option | Description |
|---|---|
| Default Source Type | Source type applied to imported prospects |
| Default Status | Initial status for imported prospects |
| Duplicate Handling | How duplicates were handled (Skip/Update/Create) |
| Skip First Row | Whether the header row was skipped |
Rollback
Section titled “Rollback”If the import has completed and is rollbackable, a Rollback button is available (requires canRollbackImport permission). This removes all prospects created by this import.
Related Pages
Section titled “Related Pages”- Import History — Return to the import list
- Import Wizard — Start a new import
- Prospects List — View all prospects