01-28-2021 12:38 AM
Hi Good Day,
I was trying to use sequence snap in child pipeline so to split the days sequentially which is passed from parent pipeline . To make it understandable , we have a field called Total_Days and start_date from the parent pipeline . For example, if the start_date is 28/01/2021 and Total_Days is 3 , I need an output of 28/01/2021 , 29/01/2021 , 29/01/2021 . This particular logic I obtained using sequence snap in the child . But my concern here is I was not able to write the result in a file as only the last entries are captured . Is there any way to capture the complete entries obtained from sequence snap in a file writer
Parent Snap details:
----Parent main flow
-----Entries in Mapper 4
----Pipeline execute entries
Child Snap Details:
----Child Pipeline
Thanks,
Harshavardhana
02-02-2021 06:23 AM
Hi Ptaylor,
Thanks so much for the reply it is working now . I did not think about this approach . Yes as you mentioned sequence snap has to be passed with the number of documents from the source keeping it is a child .