Example CSV Feeder File
action,%USER_ID%,%FIRST_NAME%,%LAST_NAME%,%FULL_NAME%,%PASSWORD%,%EMAIL% create,JD,John,Doe,John Doe,test,Johndoe@a.com Modify,MD,Jane,Doe,Jane Doe,test,Marydoe@a.com create,BD,Baby,Doe,Baby Doe,test,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 © 2011 CA. All rights reserved. | Email CA Technologies about this topic |