I got a data dump from an Oracle system where there are a lot of
SUB
keys. See reference here regarding SUBSTITUTE (ctl-Z). Is there a way to remove these keys in the process of transformation? These keys are non-blank and non-null, so they throw off the transformation statements such as
Where the first argument is the string where you want to search for characters from the second argument. All matching expressions in the string will be replaced with the third argument. You should keep in mind that it is regular expression replace function, therefore you should be aware of special chars used in Java regular expressions.