How to replace control charecters in streamsets.
Data is coming from Kafka in UTF-8 charset and along with “i, Inverted Question-mark,½ symbol”
How to replace this using Groovy/Expression Evaluator /Jython
How to replace control charecters in streamsets.
Data is coming from Kafka in UTF-8 charset and along with “i, Inverted Question-mark,½ symbol”
How to replace this using Groovy/Expression Evaluator /Jython
can you please try to use below expression in expression evaluator and check if it helps.
str.replaceAll(""^a-zA-Z0-9]", " ")
kindly provide me the sample inputs , os i can give a try and if it works then i can provide you the sample pipeline for that .
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.