ReplaceText processor configuration help

2016-04-24 Thread Igor Kravzov
I am not that good in regex. What would be the proper configuration to do the following; 1. Remove backslash from text. 2. Replace "{ with { 3. replace }" with } Basically I need to clean escaped JSON. Like before:

Re: EvaluateJsonPath processor

2016-04-24 Thread Igor Kravzov
Hi Pierre, I'll try. But need some help. I am not so good at Regular expressions. What be regex to remove backslash? I also need to replace "{ -> { }" -> } On Sun, Apr 24, 2016 at 3:18 AM, Pierre Villard wrote: > Igor, in this case, you may try to add a

Re: Default termination for relationships

2016-04-24 Thread Pierre Villard
Hi, I may be wrong, but I think this is something that has been already discussed for 1.0 branch. However, I had a quick look on JIRA and didn't find anything... Otherwise there is NIFI-1003 to allow a default auto-termination for some

Re: Default termination for relationships

2016-04-24 Thread Oleg Zhurakousky
Manish That is an interesting suggestion. I personally don't see issues with it and generally do believe it would improve user experience, but interested what others think. Cheers Oleg Sent from my iPhone On Apr 24, 2016, at 08:46, Manish Gupta 8

Default termination for relationships

2016-04-24 Thread Manish Gupta 8
Hi, Does it make sense to keep all the out-flowing relationships auto-terminated by default when a new processor is dragged in? When user connects the processor and specify a relationship, only the selected one becomes non-terminating. I think this will be good from usability point of view.

Re: EvaluateJsonPath processor

2016-04-24 Thread Pierre Villard
Igor, in this case, you may try to add a ReplaceText processor at the end of your flow to use regular expressions and remove the backslash characters. Let me know if it does not help. Pierre 2016-04-24 0:24 GMT+02:00 Igor Kravzov : > Hi Pierre, > > From some reason it