Setting Parameter Values in Scheduler Tasks
Use any of the following syntax to define parameter values in scheduler tasks:
- For multiple values (array parameter), use bracket syntax
Example: parameter1=[Value1, Value2, Value3]
- For a parameter with a value containing comma, quote the value in double quotes
Example: parameter1=“Parameter value, containing comma“
- The double quoting can also be used inside arrays
Example: parameter1=[Value1, “Value2, containing comma“]
- Normal parameters, quoted parameters, and array parameters can be mixed
Example: parameter1=Normal,parameter2=[Val1,Val2],parameter3=“Quoted Value“
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.