Find and fix CSV import errors

There are a number of reasons that CSV imported records fail, such as duplicated entries or invalid field values. Sage Intacct provides information about the failed records in an attempt to help you fix the import error.

Where to find import error details

You can find CSV import error details in the following places.

The CSV import confirmation page

The import confirmation page shows how many records failed and provides a link to download a CSV file that only contains the failed records.

Records that are successfully imported are not returned in the failed records CSV file.

Select the link and download the CSV file.

The error message email

An email that has all the errors for an import is sent to the email entered on the Import Company Information popup. The email lists all error codes and messages for your attempted import.

The import pages also allow another email address to be explicitly entered in the Email results to this address field.

The error email is sent to the address linked to the user ID at upload. If that’s unavailable, it goes to the company contact’s email.

If you do not enter your email in the Import Company Information dialog or select the confirmation link, you cannot retrieve the CSV error report for that CSV import.
Best practice: enter your email in the Import Company Information dialog box at the beginning of every import.

You receive a separate email with error messages because a record can fail for multiple reasons. Listing all errors in the CSV file could make it hard to read, especially when thousands of records are uploaded. Including all error details in the file could make it large and cumbersome.

How to read the error message email

Error messages are grouped by type and listed in the order that they were found. We recommend that you:

  • Start at the top of the email and review each error message section.
  • Within each error message section, read from the bottom up. The error at the bottom of the section is the first error encountered during import.

Infographic providing guidance on reading error message emails from the bottom up.

Fix the first error first and try importing the records again.

The initial issue often causes later errors. Fixing the first error can resolve many of the others automatically.

Start at the top of the email

Error messages are presented in sections, and the sections are listed in the order the errors are encountered in your file.

For example, in the graphic above, the first error message reads:

Copy
Error message text
===================================================
Error BL01001973
===================================================
BL01001973-1 Description:  Duplicate account number The account number 
'4150' already exists
BL01001973-1 Correction:   Enter unique account number
BL01001973-2 Description:  Unable to create record Could not create 
GL Account record!
===================================================

When reading the error messages, start with the first section, such as the one above.

The error codes, such as BL01001973 above, are Intacct internal codes. These internal codes might help Intacct find the source of a systemic issue, if one is identified.

Read from the bottom of the error message up

In the above example of an error message, look at the error BL01001973-2 Description: Unable to create record Could not create GL Account record! first. This identifies the first error that was encountered during import. It's not informative, however, so look at the next error message for more information.

The next error, BL01001973-1 Correction: Enter unique account number, explains why the GL account record was not created, but does not clearly show how to fix it.

The final error message in the example above (as read from the bottom up), BL01001973-1 Description: Duplicate account number The account number '4150' already exists, describes more fully the cause of the error and suggests a fix: find and delete the duplicate account number.

It’s possible to have several errors for a single failed record. Resolve all the errors in a row before attempting to upload the file again.

Avoid common import errors

Intacct recommends following these guidelines to avoid import errors.