Question
Evonsys (PVT) LTD
LK
Last activity: 20 Nov 2025 7:07 EST
How to split a comma-separated string and add the values into a Value List property?
Hi,
I have a string that contains multiple values separated by commas, for example:
"value1, value2, value3, value4"
I need to split this string using the comma delimiter and then add each value into a Value List property in Pega.
What is the best way to implement this?
-
Using a Data Transform?
-
Or any recommended approach to handle this in Pega?
If you have sample Java code or a best-practice solution, please share.
Thanks in advance!
