Job - bulkRemoveJobPropertyValues

Job - bulkRemoveJobPropertyValues

Description :

This command removes property values for one or more jobs.

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

Return type : void

Command Input :

Variable Name

Variable Type

Description

fileName

String

Local file in CSV format containing property names being removed. See above for a more complete description.

fileDir

String

Directory containing the CSV file.

Example

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

Script





blcli Job bulkRemoveJobPropertyValues bulk.txt /c/tmp/ 



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

Comments