Skip to main content

Validation service - local

Start by downloading VoyadoMigrationDataValidation.zip.

Then follow these steps to configure the validation service on your computer:

MacOS/Unix:

  1. Download the file above and unzip it to your computer.

  2. Download DotNet 3.1 for MAC OS at https://dotnet.microsoft.com/download.

  3. Open the terminal and navigate to the root folder named netcoreapp3.1 in the unzipped files.

  4. Run the validation on your migration files using the command:

    dotnet VoyadoMigrationDataValidation.dll [path to the folder with the files to validate]

Windows:

  1. Download the file above and unzip it on your computer.

  2. Download DotNet 3.1 for Windows at https://dotnet.microsoft.com/download.

  3. Open the terminal and navigate to the root folder named net472 of the unzipped files.

  4. Run the validation on your migration files with the command:

    dotnet VoyadoMigrationDataValidation.dll [path to the folder with the files to validate]

How to read the results of the validation

If errors are found in your migration files, error messages will be returned in the terminal based on the field definitions and validations found here.

If no errors are found, a list of KPIs per file will be presented:

  • Number of contacts in the file

  • Number of stores in the file

  • First invoice createdate

  • Last invoice createdate

  • Total number of different currencies

  • Currency

  • Invoices count

  • Invoice items count

  • Including returns

  • Total discount amount