-
Notifications
You must be signed in to change notification settings - Fork 0
CSV Test File
Jeeva Kandasamy edited this page Oct 14, 2013
·
4 revisions
There are 3 CSV parameters to be added for each task. CSV format will be as below,
action,makeFail,"arguments"
action - user has to specify what type of action has to be done by this line. To know more on available actions refer CLI and GUI actions list.
Options: true or false makeFail - if it is set to true and the specified action failed, skip further actions on the file
arguments - arguments are used by the action. If arguments has comma(,) enclose arguments within quotes(" "). It is always good to put the arguments inside quote(" "). If you want to use (") as part of your argument ignore it by (")
cli.create.connection,true,"hostname=localhost,port=22,user=autoeasy,password=autoeasy"