Member since
06-02-2020
6
Posts
0
Kudos Received
0
Solutions
06-23-2020
09:59 PM
@Maria_pl - I think you can put that one flow file from another flow to DistributedMapCache and use it get that cached data in another flow where you want to use/merge. Processors : PutDistributedMapCache GetDistributedMapCache Thanks Mahendra
... View more
06-12-2020
09:48 AM
Hi @Maria_pl , generally speaking the approach is as follows: 1. Generate a dummy flow file that will trigger (GenerateFlowFile processor) 2. Next step is UpdateAttribute processor that sets the start date and end date as attributes in the flow file 3. ExecuteScript is next. This can be a python script, or whichever language you prefer, that will use the start and end attributes to list out all the dates in between. 4. If your script produces single file output of dates, you can then use SplitText processor to cut each row into its own flow file and from there each file will have its own unique date in your range. Hope that makes sense.
... View more
06-03-2020
08:33 AM
There weren't any processor errors, but NiFi logs really helped figure out the problem with network permissions. Thanks, Julius !
... View more