Import validator

To help minimize errors during the bulk migration process, Strivacity provides an import validator tool. This Python-based script checks for common issues within import files, enabling you to resolve any detected issues prior to submission. By validating your files with this tool, you can ensure they meet the requirements for successful import.

This tool is used in conjunction with Strivacity customer support. Once a file has been validated, it can be provided to a Strivacity support for import into the desired Strivacity product instance and identity store.

You can access the Import Validator tool on GitHub. The GitHub page includes instructions for setting up and running the script.

Installation

Clone the repository and install dependencies:

git clone https://github.com/Strivacity/import_validator.git
cd import_validator

Usage

python3 -m import_validator.validator <csv_file>