Member since
10-22-2019
8
Posts
0
Kudos Received
0
Solutions
08-10-2020
05:05 AM
Hi, Is there any way to set the flow file expiry time globally for all templates in a NiFi instance instead of going to each & every template and set the expiry time manually on the connections. Thanks & Regards, R.Rohit
... View more
Labels:
- Labels:
-
Apache NiFi
04-21-2020
05:35 AM
Hi, I am using SplitText processor to split the files based on the line count. Does this processor always create the split files in the order of records present in the file? Below is an example for my query, Say I have a file with 100 records & I have specified the line count to be 10. 1. Will the first 10 records always go to the first split file & the downstream processor will get this file immediately to be processed? 2. In our example there will be 10 split files created. Will the order be maintained in the subsequent processing(assuming that I have set the concurrency as '1') like split-0,split-1...split-10. Thanks & Regards, R.Rohit
... View more
Labels:
- Labels:
-
Apache NiFi
02-04-2020
08:34 PM
Thanks a lot Matt!!
... View more
02-03-2020
09:14 PM
@MattWho Hi Matt, Thanks for your response. I tried the regex, but it picks the file which is present under DIR3 also. Below is my configuration,
... View more
02-03-2020
05:07 AM
Hi All,
I have directory structure like below on Unix file system, /DIR1/DIR2/DIR3/DIR4/DIR5
I have files under the directories DIR3 & DIR5. However I want to read files only from DIR5. I tried with various regex but could not get the right one
.
Could you please help me with the Regex to be used in ListFile processor to read files from DIR5 only.
Thanks in Advance!
... View more
Labels:
- Labels:
-
Apache NiFi