Re: ExtractText resulting multiple attributes

2020-10-09 Thread Mark Payne
Asmath, You can set the “Include Capture Group 0” property to false. That will eliminate event_bag.0. The processor adds a new attribute for each Capture Group specified in the Regex. So you’ll need to change your regular expression to not use Capturing Groups. For example: (?s)(?:.*) It prob

ExtractText resulting multiple attributes

2020-10-09 Thread KhajaAsmath Mohammed
Hi, I am extracting text using the below expression in NIFI and it results in 3 attributes. Is there a way to get only one attribute? event_bag *event_bag.0* *event_bag.1* [image: image.png] Thanks, Asmath

Re: Unable to rollback changes with Nifi Registry

2020-10-09 Thread Juan Pablo Gardella
I finally discovered the issue and how to solve it. My first version of the service *MyService* was packaged on myprocessors-nar. I added it as a service and in Controller Services it appears as Bundle with com.foo - my-processors-nar. I developed some stuff and I used the service. After that I re

Re: Generating dummy data from MiNiFi Agents

2020-10-09 Thread Marton Szasz
I'm not aware of any known issues with MiNiFi on newer ubuntu versions. MiNiFi Java only depends on java, so as long as you can install that java version on your machine, it should work fine. MiNiFi C++ has continuous testing on ubuntu LTS versions up to 20.04 and the builds are usually green. O