PropertyClass - bulkAddPropertiesToClasses
PropertyClass - bulkAddPropertiesToClasses
Description :
This command parses a CSV file in the following form : FullyQualifiedClassName, PropertyName, PropertyDescription, PropertyType, isEditable, isRequired, defaultValueAsString. For each row, the command attempts to add the property described to the class described.
Return type : void
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
localFileDir | String | Directory containing the CSV bulk add file. |
localFileName | String | Name of the CSV bulk add file. |
Example
The following example has a file defined in /home/foo_user called bulkAdd.csv. This file contains a set of properties to add to various classes.
Script
PropertyClass bulkAddPropertiesToClasses /home/foo_user bulkAdd.csv
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*