Hi All,
I have a requirement where there are some empty curl braces in my JSON output which needs to be removed and replaced with empty string. The regex seems to work fine to find the braces when tested outside.
Sample can be found here:
https://regex101.com/r/AtTPv1/2
I tried to use this regex in nifi using replaceText, but it's not doing the replace. Below is my config for replaceText.
Can anyone suggest if there are any options to change to make it work or any other better alternatives for working with JSON?
Thanks in advance!