i need to replace %5C in field some fields with backslash, the problem is that i can't do it with mutate gsub. i've tried replacement string : '','\','\\','\\\','\\\\' nothing is working. is there any solution for this?
Have a look at the urldecode filter.