Hi Team,
How to find double quotes in a string and replace them with the special character?
Example :
Input | Output |
Data"Prep | Data@Prep |
members" | members@ |
Regards,
Praveen
Solved! Go to Solution.
Hi @Praveen ,
Based on how I understood the problem, the Find & Replace tool in Paxata would suffice. Please let me know if this is not the case.
Thanks Shyam for the response.
I tried with regexp. It works fine.
Regexp(@abc@ ,"\"","@")