The file system provider reads dictionary resources from files available on the local machine.

Configuration

Sample Configuration
{
  "name":"dict-provider",
  "type":"FileSystem",
  "baseDir":"testdata"
}

Parameters

  • name (required, string) - The name of the provider, used in the pipeline configuration when required by stages.
  • type (required, string) - The provider type. See Resources for more information
  • baseDir (required, string) - The base directory. All resources will be files within this directory.


  • No labels