Skip to main content

Voyado Engage

Validation service - local

Download VoyadoMigrationDataValidation.zip.

Follow these steps to configure the validation service on your computer locally:

MacOS/Unix:

  1. Download the file above and unzip it on 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 of the unzipped files.

  4. Run the validation on your migration files with the command: dotnet VoyadoMigrationDataValidation.dll[path to the folder of 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 of the files to validate]

How to read the results of the validation

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

If no errors are found a list of KPI’s per file will be presented with the following:

  • 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