Remediating Failed Imports in Avalon¶
Everyone makes mistakes—and when importing into Avalon, mistakes often show up as failed rows. This guide explains how remediation works, highlights common errors, and shows how to fix them.
About Remediation¶
When you upload an Avalon batch ingest sheet, Avalon processes each row independently:
Valid rows are ingested successfully.
Invalid rows fail with an error message.
Because successful rows are ingested immediately, you must take care to avoid creating duplicates when retrying.
When a batch partially fails, Avalon sends an email like this:
To remediate:
Correct the failed rows in your spreadsheet.
Rename the file exactly as instructed in the error message (
e25eb36f-c874-4895-bd60-3613ee97440e_Caitlyn Sheet - Sheet3.csv
).Re-upload the revised file.
Note
Always keep all rows, including successful ones, in the resubmitted sheet. Avalon will ignore the already-ingested rows and only update the failed ones.
Common Errors¶
File unknown attribute file_
for MediaObject¶
This error means Avalon encountered a column header it does not recognize.
In the example above, the column was labeled File `` (with a trailing space) instead of ``File
.
How to fix:
Check your column headers carefully.
Ensure they match the required names in the Batch Ingest Package Format.
Remove extra spaces or typos.
Remember that some fields (like
File
andLabel
) can appear multiple times if repeatable—but they must be spelled exactly.