This sample feeder file creates users with certain required attributes.
action,%USER_ID%,%FIRST_NAME%,%LAST_NAME%,%FULL_NAME%,%PASSWORD%,%EMAIL% create,JD,John,Doe,John Doe,mypassword,Johndoe@a.com create,BD,Baby,Doe,Baby Doe,mypassword2,Babydoe@a.com
In the preceding code, the feeder file has the following properties:
The first line of the code is the header line. The header line has physical attributes or well-known attributes for the managed object 'User'.
The action column identifies the task to be performed for each record. For example, the preceding file specifies that a 'create' action should be performed on the First Name 'John'.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|