Import Person from CSV file

2022-07-01

Written by: Ahsan

This document describes the step-by-step process for importing persons into the system using a CSV file, along with how checks and validations are handled during the import.


Todo

1. Select the Company

Before starting the import process, you must select the company into which the persons will be imported.


2. Select Checks for Each Person

Choose the checks that should be created for every person in the CSV file.


3. Choose the CSV File

Select the CSV file from your system that contains the person records to be imported.


4. Upload the CSV File

Provide a CSV file containing one row per person.


5. Ensure Valid Data for Required Columns

Each row in the CSV must contain valid data for all columns required by the selected checks.


6. Start the Import

Once the file is uploaded and validated, initiate the import process.


7. Import Results Summary

After processing is complete, the system provides a summary of the import results.


8. Failure Details for Each Row

For every row that fails to import, the system provides a detailed reason.


9. Service Invocation for Checks

For checks that have associated external or internal services:


Conclusion

Following the above steps ensures a smooth and reliable import process. Proper data preparation and validation are key to minimizing failures and ensuring successful execution of checks.