CSV external list
CSV external list takes the items value from CSV file. The values in CSV need to be separated by a 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 selected value put to the field [parameter_key]. If you want to assign the parameter to document stored to SharePoint it is necessary to put the Key name as the same as is name of column in SharePoint (ex. Surname).
- 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 CSV file with list items

Note: the format of CVS file is the following:
value1,title1
value2,title2
value3,title3
...