Skip to content

Import Detail

The Import Detail page shows comprehensive information about a single import job including its progress, errors, column mappings, and options.

From the Import History, click on any import row, or navigate to /prospects/import/:id. Requires the canViewImports permission.

FieldDescription
FilenameOriginal CSV filename
StatusCurrent import status badge
Total RowsTotal rows in the file
Processed RowsRows that have been processed so far
Success CountSuccessfully imported rows
Error CountRows that failed
Started AtWhen the import started processing
Completed AtWhen the import finished
Created AtWhen the import was created
Created ByUser who initiated the import

If the import has errors, a table displays each error:

FieldDescription
RowRow number in the CSV file
ColumnColumn name that caused the error
ValueThe value that failed validation
MessageError description

Displays the mapping between CSV columns and prospect fields used during this import.

Shows the options that were configured for this import:

OptionDescription
Default Source TypeSource type applied to imported prospects
Default StatusInitial status for imported prospects
Duplicate HandlingHow duplicates were handled (Skip/Update/Create)
Skip First RowWhether the header row was skipped

If the import has completed and is rollbackable, a Rollback button is available (requires canRollbackImport permission). This removes all prospects created by this import.