Skip to main content
Importing Data
Max Kulow avatar
Written by Max Kulow
Updated over a week ago

Data that can be imported is as follows:

  • Users for a client

  • Departments for a client

  • Addresses for a client

Notes:

The unique identifier for each row of data is as follows

User โ€“ Email
Department โ€“ Department Name
Address โ€“ System ID (incremental number starting at 1)

The unique identifier must be present on each row, unless you are adding new addresses, which should have the ID as empty. If you are editing an existing address record, you will need to give the correct ID, which can only be seen by exporting the CSV from the PJ system first.

If you import a user row with an email already in the system, it will update the existing user with the new data on that row (in the CSV). If you want to change someones email address, you will need to edit their record on the system (not via import) manually.

Addresses can only be updated and installed on the target client accounts, and not across different accounts at once.

Country Codes can be found here. Weโ€™re using codes because the system is multilingual, and to avoid listing all translations of a country name, we store the code. This way when someone chooses French as their language choice, the Country List which is hardcoded can be present in french, as per Royaume Uni & Etas Unis (UK and USA)

Did this answer your question?