Help/Hints needed to Dump User object to CSV file
Hellos,
A customers 3rd party system needs csv datafrom IdM. The data can be transferred via flat files - the simplest way in my opinion. This is definitely not worth writing a connector for.
I hope to add an activity to the CreateUser UpdateUser and DeleteUser workflows which appends a record to the flat file.... if no file then create it, write header and then append record...
I guess this activity has to be a bespoke java class.
I have never done this sort of thing before.
Are there any examples of this sort of thing in the documentation?
What I am looking for is big hint + example java code which unpacks the userObject (or userView ) and gets attribute values for all the attributes I care about (in a fixed sequence)
This shouldnt be too difficult. I rather not use the audit log reports csv email attachment as the audit log seems to upper case everything.

