Question
2
Replies
237
Views
Coforge Limited
Posted: March 29, 2019
Last activity: July 30, 2019
Closed
Solved
Parse Key: Value Pair in Email Body
Hi,
We have a requirement to parse email body which has Key: Value Pair onto clipboard.
Sample:
Your details are
Title: Mr
First Name: John
Last Name: Cena
Thank you for input.
I did find a OOTB of doing it in one of the framework, but its not available in platform. Please help with more details on the pharmacovigilance
https://community.pega.com/knowledgebase/articles/email-case-creation-pega-pharmacovigilance
Any help is greatly appreciated.
It worked with function @pxGetValuesFromKeyValuePairs(Primary.pyInboundEmail.pyBody,"\n",": ",true,null). Thank you