JSON external list takes the items value from JSON file. The values in CSV needs to be separated by comma.  OptimiDoc updates the changes in CSV files automatically.


  • Title - title of the scan parameter
  • Key - a key which will be used in naming or destination. To use the parameter value, enter in destination, file name and others [parameter_key], in other words key in square brackets, this parameter key field should not contain [ ] characters.
  • Required - if the parameter input is required
  • Type - a type of parameter
  • Default value - a predefined value which can be preselected from list or empty
  • Path - a path to JSON file with list items




JSON file structure:


🖧🖹

Example

{

    "key1": "value1",

    "key2": "value2",

    "...": "...",

}