Connector Guides › Connectors Guide › Feed Connector › Bulk Load Client › Configuring the Bulk Load Client
Configuring the Bulk Load Client
The following needs to be configured through a Property file when using the Bulk Load Client:
- CA Identity Manager parser class to be used for the Bulk Loader task. At the moment, only "com.ca.identitymanager.feeder.parser.CSVParser" is supported.
- The unique identifier attribute name (column name) in the CSV file.
- The action attribute name (column name) in the CSV file.
- The primary object for the Bulk Loader task. (This is always “USER”)
- The action to admin task mapping (in the form of "create.Create User;modify.Modify User;delete.Delete User;")
- Whether or not the web service is protected by SiteMinder.
Anything on the command line can be specified in the configuration as well. Just add a key/value pair to the configuration file with the key being the command line option’s long form name.
Note: The arguments provided on the command line will take precedence over the values specified in configuration file and the password stored in the configuration file will be treated as having been obfuscated.