Skip to content
Jeeva Kandasamy edited this page Oct 14, 2013 · 4 revisions

CSV File Format

There are 3 CSV parameters to be added for each task. CSV format will be as below,

action,makeFail,"arguments"

action

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.

makeFail

Options: true or false makeFail - if it is set to true and the specified action failed, skip further actions on the file

arguments

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 (")

Example

cli.create.connection,true,"hostname=localhost,port=22,user=autoeasy,password=autoeasy"

Clone this wiki locally