Hello,
I noticed an odd behavior for Replacetext processor in Java Minifi version 0.5
Processor: ReplaceText
Flow Content : <133>mq-otqfw1
Replacement Strategy : regex replace
Search Value : (^<(\d+)>.*$)
Replacement Value : ${'$2':divide(8)} ${'$2':mod(8)}
This config works in Nifi and all previous versions of Minifi, and the output is :
16 5
In Minifi version 0.5, the output always misses the second value:
16
please let me know if I miss anything in the syntax?