Apache Nifi ExecuteSQL Processor sometimes freeze for the exact number of minutes
Using NiFi 2.0.0-M4
how to convert string to integer or numeric using apache nifi processor UpdateRecord
how are you? I need assistance with converting a string to an integer or numeric value using Apache NiFi’s UpdateRecord processor. I’ve tried using toNumber and toInt, but neither worked. Can you provide guidance on how to achieve this conversion?
How to process the data as Chunks using Ni-Fi
Team, My Source dataset is Postgres where I fetch data using Ni-Fi and load the data into another database using Ni-Fi. I am having the huge data in source table and I need to process them as small chunks. I am facing issue while processing data as chunks and needs someone’s assistance. Please let me know how we can proceed.
Count Total Records Per Minute in a 3-Node NiFi Cluster with Load Balancer
I’m working with a 3-node NiFi cluster behind a Load Balancer that distributes data equally across the nodes. I need to track the total number of records processed by the cluster within a one-minute timeframe.
Apache Nifi Reading from CSV and querying to postgresql
I’m struggling a lot with this simple workflow and I can’t make it work for me.
I have a csv file where I have two columns. ID and UUID. This is my document.
ID,UUID
0000317416,78f67ee6-293a-4373-8ed2-bdcbb21b3b2a
0004321903,1ce2327e-44b9-4611-b158-47af342ea8ed
Apache Nifi get all data csv in folder APi’s
Apache Nifi: How to get all data csv in folder API.
DistributedMapCache doesn’t work properly on multiple nodes
I have Nifi set up on 6 nodes, I want to store one variable in DistributedMapCache, so I instert it with PutDistributedMapCache and then read it with FetchDistributedMapCache. However it works very unpredictably, most of the time fetch processor is unable to find that cache entry. I suppose it’s a problem with multiple nodes but according to documentation of DistributedMapCacheClientService “This can be used in order to share a Map between nodes in a NiFi cluster”. Another thing is that I start my flow with GenerateFlowFile that executes on primary node only and all my flowfiles are on node 1 so I’m not sure how is it supposed to work with DMC. I tested how it works when executed on all nodes and got weird results, 3/6 cache entries still could not be fetched.
split single CSV records into multiple JSON records
I am new to NiFi and I have been trying to figure out if my use case is possible without writing custom scripts.
Apache Nifi – Data Provenance Options
Does anyone know whether it is possible to disable the storing of content, but keep basic metadata (attributes) within the provenance.
Can Apache Nifi Expression be used dynamically when accessing json values from an attribute?
In Apache Nifi I have an attribute timestamps
which has a value:
[{"primary":{"apu":"2023-09-22T09:50:31.189489463Z","sop":"2024-03-15T08:20:02.540443877Z","zeq":"2023-09-22T09:50:31.189489463Z","wur":"2024-03-14T20:20:02.525785598Z"}}]
.
How can I access a nested key value based on another attribute value?