I want to query a identity collector data before unification. Any body have idea in which table preunified data is stored of identity collector ?
I want to query a identity collector data before unification. Any body have idea in which table preunified data is stored of identity collector ?
Hi Dushyant,
You can view the collected user data from a collection run in T_DC_SOURCEDATA_USER. All collection run data is stored here. The other tables in this set, T_DC_SOURCEDATA show you what is happening with the data before it is processed. As part of the collection run the process writes to these tables, and the unification process then reads the data from here.
I would suggest you be careful when reviewing this data and make sure you never update this data otherwise strange things might start happening.
Hi Dushyant,
You can view the collected user data from a collection run in T_DC_SOURCEDATA_USER. All collection run data is stored here. The other tables in this set, T_DC_SOURCEDATA show you what is happening with the data before it is processed. As part of the collection run the process writes to these tables, and the unification process then reads the data from here.
I would suggest you be careful when reviewing this data and make sure you never update this data otherwise strange things might start happening.