PropertyInstance - bulkSetPropertyValues


PropertyInstance - bulkSetPropertyValues


Description :


This command parses a CSV file in the following form : FullyQualifiedClassInstanceName, PropertyName, valueAsString. For each row, the command sets the property value for the class instance specified.


Return type : void


Command Input :


Variable Name

Variable Type

Description

localFileDir

String

Directory containing the CSV bulk set file.

localFileName

String

Name of the CSV bulk set file.


Example


The following example indicates the CSV file that is used to update values of the List [string] type property of a custom instance.

Class://SystemObject/<CustomClass>/<CustmClassInstance>,<PropertyName>,"[Value1,Value2]"

To specify values with a space, use the following format:

Class://SystemObject/<CustomClass>/<CustmClassInstance>,<PropertyName>,"[""Value 1"",Value2]"


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation Command Line Interface 21.02