I have a field in HANA table that has CTRL-A. I am storing this field on file server and want to replace the CTRL-A with '' (blank) using query transform. How can I do it? I tried searching on custom function and looks like it could be possible using python. Is there any way other than custom function that I can replace CTRL-A.
Thanks