Previous Topic: Create a Feeder File

Next Topic: Enable Email Notification for Feeder Tasks

Feeder File Format

A Bulk Loader file is used to automate repeated actions performed on a large number of managed objects. When you upload a feeder file, Identity Manager parses and reads the feeder file.

The feeder file must have a CSV extension and should have the following properties:

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:


Copyright © 2009 CA. All rights reserved.