cancel
Showing results for 
Search instead for 
Did you mean: 

File writer in Sequence Snap

Harsha3
New Contributor III

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:

image ----Parent main flow

image -----Entries in Mapper 4

image ----Pipeline execute entries

Child Snap Details:

image ----Child Pipeline

Thanks,
Harshavardhana

10 REPLIES 10

Harsha3
New Contributor III

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 .