I have an input field which it will have value like this --> {ABCD}{U23}.
Need to remove {} before hitting my impala query should be like this --> ABCDU23. I tried using gsub(), str_replace(), rm_curly() but no luck. Anyone came across this fix can help me.
Thanks