Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My job is
tJavaRow ------> tExtractRegexFields
I check some condition in tJavaRow and set the regex value to output_row.RegexPattern and try to access it in tExtractRegexFields in Regex property like input_row.RegexPattern, but I am getting null value. I don't understand why regex value is not getting set. In short, I want Regex property of tExtractRegexFields dynamic.
Please help me on this.