Hello,
I have special characters in my fields like ã, á, à and others (in portuguese language we use them). There is a any to replace them? I tried to used ruby gsub like this "event.set('subProcessName', event.get('subProcessName').gsub(/ã/, 'a'))" to replace the character "ã" to "a". But some characters, when I copy to .conf file, they are shown like this " event.set('subProcessName', event.get('subProcessName').gsub(/▒| /, 'a'))".
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.