Import All Global Variables

You can import a list of all global variables and their values from a CSV file to iProcess Engine.

Use the following command to import the global variables:

swadm IMPORT_GLOBAL_VARIABLES [-rh] <CSV filename with path>

where:

  • -r clears all records and inserts new global variables and their values
  • -h ignores the header line from the CSV file
  • <CSV filename with path> is the location on your machine from where you want to import the CSV file.