Member since
04-17-2022
1
Post
0
Kudos Received
0
Solutions
04-18-2022
12:16 AM
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!
... View more
Labels:
- Labels:
-
Apache NiFi