Guides

Import

In this page you'll find all the import jobs you'll create. To access this page expand the Data menu and click in Import:

menu

In this page you'll see a list of jobs previously created:

list

These jobs are created asynchronously via our global import worker (shared by all apps in our system). This means that they might be in different states until they are actually finished.

If the import job was created but the .csv file was not uploaded yet, it will be in the following state:

upload

If the import job has started and is in a queueing phase you will see a record like this:

queued

When the import job starts processing it will enter this phase:

verifying

If the import job passed the validation phase, you will see a record like the one below:

verified

When the job starts importing your data, you will see a record like this:

running

If the import job is finished you will see a record like this:

success

If by any reason the job has finished with errors you will see a record like this:

error

Continue reading these guides to learn how to create an import job or check the results.