Member since
05-08-2023
12
Posts
0
Kudos Received
0
Solutions
06-08-2023
10:30 PM
Hello , I recently attended a nifi intro from @pierre Villard.I'm in need of the recording and the presentation, would someone from cloudera able to provide the same ? Event : Apache NiFi 101: Get Started with NiFi Today
... View more
Labels:
- Labels:
-
Apache NiFi
05-23-2023
08:56 AM
I have a flow that processes CSVs and towards the end of processing I need to capture the success and failed records count in a SQL table
... View more
Labels:
- Labels:
-
Apache NiFi
05-19-2023
10:00 AM
I want the executeSQL to run just once and also if the count>0 then run another executeSQL to fetch records from another table
... View more
05-19-2023
09:12 AM
@SAMSAL I tried the above but it spits out multiple flowfiles.I just need the count(1) value
... View more
05-18-2023
11:41 PM
I would like to get records count(select count(1) from table where col1=‘abc’) from a sql table. Could someone please help me with that ?
... View more
Labels:
- Labels:
-
Apache NiFi
05-18-2023
11:28 PM
the input files are csv
... View more
05-18-2023
10:27 AM
Thank you for the response. I would like to not process the valid records when there are invalid records found
... View more
05-17-2023
08:55 PM
Hello , I need help with designing a flow such that when there are invalid records found then do not process the valid records. I want to use validateRecord processor to determine the records validity Thanks, Hemanth
... View more
Labels:
- Labels:
-
Apache NiFi
05-09-2023
07:29 PM
I need to create a flow that rejects csv files if there are invalid records determined using ValidateRecord processor. I would like to just report those invalid records and stop it there and do not want to process the valid records. Could someone please help with the flow
... View more
Labels:
- Labels:
-
Apache NiFi