Question
Remove double quotes ("") from a list of values from Expression builder
Hi,
Can anyone help me to know how to Remove double quotes ("") from a list of values from Expression builder please?
Example: "abc", "def" == abc,def
I tried the way like in the image.. ---> replaceAll(Param.EmailAddress, "\"", " ")
during test it is removing but it is not working in the run time if i set that value to any param. Also in test it is showing some error.
PFA
Thanks,
Durga