Question
3
Replies
108
Views
Posted: March 14, 2018
Last activity: March 29, 2018
Closed
Requirement : We need to scan the CID on Production database and anonymize them .
As Pega BLOB is not in a readable format , CS is unable to use their tool to have CID data anonymized.
Does Pega have any OTB database function which can be used by CS tool to scan the Pega BLOB ?
Thanks,
Subhajit
***Moderator Edit: Vidyaranjan | Updated Categories & tagged SR details***
Hi Subhajit,
You can use UDF to do this.
Syntax goes here Select pr_read_from_stream("PROPERTY",pzInsKey,pzpvstream) from TABLE
Thanks,
Ujjwal