JsonMapFileInputValve

Reads JSON data from file.

Properties

Name Description Default value Mandatory Supports property expansion
path Path to JSON file. Yes No

Example Configuration

{      
  "name": "JsonMapFileInputValve",
  "enabled": "true",
  "config": {
    "path": "C:\Program Files\PhenixID\resources\data.json"
  }
}

Requirements