Logs

The logs show all the information you need about an import or an export, like the date, the time elapsed, the file source, the settings used and a detailed information on what happened per row.

To access to the logs you just need to go to an import list or an export list and click on the log icon on the right, below the header “actions”.

How to access to the logs
How to access to the logs

A log is divided in 3 types of information:

  1. Resume – where you get an overall insight of what happened.
  2. Settings – where you see what settings were used.
  3. Details – where you get a detailed information per row on what happened.

Resume

You can view a resume of what happened on your import or export session.

Log resume interface
Log resume interface

You can see the following:

As a small extra feature, our system actually saves the used .CSV file locally on the server. So if you need it a couple of months later for instance, you can just download it right away without searching where it might be.

Settings

On this tab you will see all the settings you used on the import or export session.

Log settings interface
Log settings interface

You can see the following:

If you are a developer and you need the settings used for your system, you can download the settings in a .JSON file.

Details

On this section you will get a detailed information, per row, on what happened on the import or export session.

Log details interface
Log details interface

The detailed log is composed by:

  1. ROW - row precessed on the import or export session.
  2. STATUS - the status of the imoprt or export.
  3. MESSAGE - a message of success or the detail of the error.
  4. All the rest of the columns are the data that was imported or exported.

The status of an import can be:

  1. Inserted - if a record was inserted on the database.
  2. Updated - if a record already existed on the database and was updated.
  3. Skipped - if a record already existed on the database and was skipped.
  4. Deleted - if a record already existed on the database and was deleted.
  5. Error - if something not normal occured.

The status of an export can be:

  1. Success - if a record was successfully exported to the CSV.
  2. Error - if something not normal occured.

As a small extra feature, our system allows you to download the details to your computer.

You can use our search bar on the right top of your screen. With bigger imports, it will save you a lot of time searching for a specific row for instance.