Forum Discussion
HamzaJ
06-26-2024Data Integration
Hello JMANP00C
I am a bit confused. Your screenshot is throwing me of 🙂 The highlighted code does not have a relation with the error you are getting when parsing the code.
If you want to remove special characters, then I think you have to it per character. You can do this with the function replaceAll() and CHAR(). For example CHAR(13) is a linebreak (carriage return)
Hope this helps
Hamza