Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • IsTestMode: It defines whether the user Importer is in a test mode or not.
    Enable Integrator on non-live environments

    Code Block
    AddNavPageAttribute /Root/NI System.Customer.Integrator.IsTestMode.NIUserCsvIntegrator True

    App.config

    Code Block
    <add key="Core.SiteType" value="Test" />
  • CsvDelimiter: This attribute is optional and if not set the default delimiter (,) is used. (i.e. '|' for CCL)

  • ImportFilePath: This path links to the file path that the customer will drop the new user files to be uploaded and processed.

  • ImportFileBackupPath: Location where CSVs will be moved after processing is completed.

  • SchedulePeriod: Schedule period in seconds.

  • PollingInterval: This defines an interval an Integrator will poll to check if it should do work. If unset, it will default to 5 minutes.

  • CsvTranslations: To Get translations from csv column to user property (used for collecting data).

  • ExternalId: This is used to uniquely identify Integrators externally (i.e. while calling through API), This must be unique across integrators of an organization.

...