Member since
08-06-2021
7
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1271 | 11-22-2021 11:52 AM | |
747 | 08-23-2021 07:22 AM |
11-22-2021
11:52 AM
This has been Achieved through Merge failure can get the single File and do the required transformation and then to place the file in destination.
... View more
11-17-2021
12:13 PM
Thanks @Griggsy for your prompt response on this. Yes the scenario is like this whenever the file2 comes it has go to the merge FileFlow along with File1 and after the transformation file needs to send to Destinaion. if the File2 is not present, the daily file File1 needs to processed to different fileflow where all transformations done transferred to destination
... View more
11-17-2021
01:27 AM
Hi Team, I've a MergeContent processor to process the two files (file1, file2) which are coming from two FlowFiles. But here the File2 comes sometimes not regularly , whereas File1 comes on daily basis.so this process two Files successfully. But How we can process the File1 whenever File2 is not present? is it possible through MergeContent Processor or is there any different approach (routing FileFlow) we need to use? 2 FlowFiles Routing merging two FlowFiles I've tried processing File1 alone but the flow got stuck in queue in between UpdateRecord & MergeContent.
... View more
Labels:
- Labels:
-
Apache NiFi
08-23-2021
07:22 AM
Got this Scenario successfully using Query Record Processor. Written SQL query with UNION ALL ( Select col1, col2, ..... From tb1 where 'participant status' <> 'inactive' UNION ALL Select col1, col2, .. '', '', '', '' FROM tb1 where 'participant status' = 'inactive' )
... View more
08-18-2021
12:37 PM
Hi Team, I have a scenario if an Participant status Filed value is 'Inactive' then i should update some of the columns data in the file with NULL/empty. Could you please help me in how can we achieve this?
... View more
Labels:
- Labels:
-
Apache NiFi
08-18-2021
12:28 PM
@Shelton thanks for the reply. can able to set every Wednesday to run, But not able to schedule every other Wednesday.
... View more
08-06-2021
10:56 AM
Hi Team, Can anyone suggest me I need help in Nifi Cron job which runs Every other Wednesday. For Example the next execution is on 11th AUG (wed) and then it has to execute 25th AUG(wed) and then 8th SEP(WED) and so on. Is there any possible way of getting this Cron Expression, could you please help me on this? I tried scheduling like 0 0/10 13 11/14 * ? * but its like running 11th of every month, which is not accurate one. Regards, Pradeep
... View more
Labels:
- Labels:
-
Apache NiFi