Flow file movement

2020-03-11 Thread Karthick Subramanian
Hi All, List File -> Fetch File -> Attrribute to CSV -> Merge Record -> Funnel I am adding each processor one by one and make sure each processor is working. While doing so, every time, I need to clear the state in the first processor (List File) to start testing the next processor that I have

Re: Nifi installation - port 8080 being used even nifi installed with a different port

2020-03-11 Thread Samarendra Sahoo
Thanks a lot, it worked.. On Mon, 9 Mar, 2020, 5:36 PM Shawn Weeks, wrote: > You’ll need to add this line to your bootstrap.conf file to disable the > Zookeeper Admin Server. We’ve done this for you in NiFi 1.11.x > > > > java.arg.17=-Dzookeeper.admin.enableServer=false > > > > *From:

Re: Apache NiFi 1.9.2 InferAvroSchema on csv file header with :

2020-03-11 Thread Etienne Jouvin
Ok thanks. Finally in my case, this is not an issue. Because the CSV reader does the job. Garanti sans virus. www.avast.com

Re: Apache NiFi 1.9.2 InferAvroSchema on csv file header with :

2020-03-11 Thread Edward Armes
Hi Jouvin, I believe you are correct that the inferAvroSchema and the convert record processor do work differently. I believe this is because the inferAvroSchema uses Apache Kite and the convert record derives the schema from the record reader itself. As an aside I have also noticed that when

Apache NiFi 1.9.2 InferAvroSchema on csv file header with :

2020-03-11 Thread Etienne Jouvin
Hello all. Just in case someone "can test". I have NiFi 1.9.2 and need to convert CSV to JSON. I do not planned to upgrade for now (because of deployment procedure) In the CSV, I have a column with value like prop:Name i set true for the property Get CSV Header Definition From Data The