Remove backslash and double quotes from string

image

@basuraj.kumbhar

Use Replace Activity

Check as below

Mark as solution if this helps

Thanks

1 Like

Try Str.Replace(""\","").Replace("""","")

1 Like

Thanks @sumitd and @Srini84

image

This worked for me :slightly_smiling_face:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.