Question
John Deere
IN
Last activity: 12 Oct 2016 23:30 EDT
Stream Processing in pega
Hi,
We are storing a HTML stream as plain text in DB. At a run time we want to do stream processing and send the content in email.
Have a look at below example,
Hi <Customer Name>,
Please fill your <strong>Tax Return</strong> this year.
In the above text, i want to replace <Customer Name> by actual Pega Include tag as we see it in Corr rule. And HTML tag <Strong> will actually make the text bold after stream processing.
Pega's stream processing methods like Property-Set-Corr and Property-Set-Stream wont work for me as I am storing the content in DB.
Anyone can suggest me a way to do it?