Job - bulkSetJobPropertyValues

Job - bulkSetJobPropertyValues

Description :

This command sets property values for one or more jobs.

As input, the command requires the name of a local file.The file should be in a CSV format with the following columns: Job Name, Job Group Name, Job Type Id, Property Name, and Property Value. Each line in the CSV file correlates to one property value being set on one job.

Return type : void

Command Input :

Variable Name

Variable Type

Description

fileName

String

Local file in CSV format containing property values. See above for a more complete description.

fileDir

String

Directory containing the CSV file.

Example

The following example will set the job properties using c:/tmp/bulk.txt.

Script





blcli Job bulkSetJobPropertyValues bulk.txt /c/tmp/ 



Was this page helpful? Yes No Submitting... Thank you

Comments