Member since
03-12-2018
8
Posts
0
Kudos Received
0
Solutions
07-12-2018
07:06 PM
@Jeff Storck NIFI is running on root user.Directory also created with root user. Please see the attached screenshots. Thanks, Bob
... View more
03-13-2018
02:43 PM
I guess you need to drop these expressions one at a time. Using multiple ReplaceText processors. For example for the first pattern, you can use the replace text as follows. Similarly, you can replace your patterns in the "Search Value" text box with following expressions. (?s)(\\\"\[)
(?s)(\\) Hope that helps!
... View more