Member since
05-08-2023
12
Posts
0
Kudos Received
0
Solutions
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-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
05-09-2023
06:25 AM
@cotopaul We have nuxeo nifi processors available to interact with the nuxeo system. I would like to design a flow that captures the failed records from multiple places(creating record in nuxeo,validating the data,fetching the binary file) across the flow and send a email notification and if there are no failures I would like invoke a purge flow. I'm newbie to Nifi, could you please help me
... View more
05-08-2023
11:01 PM
has anyone developed data flows that ingest document(csv+blobs) into ECM system like Nuxeo
... View more
Labels:
- Labels:
-
Apache NiFi