07-03-2018 10:38 PM
Hi ,
I have requirement
i have a solution which is not very effective , I can create CSV file which contains all dates and use it to pass the date as parameter to downstream snaps.
Looking for suggestions.
07-04-2018 02:54 PM
@sp41832 Can you please be more specific why you need to execute each day wise, rather filter data based on max date?
07-04-2018 07:29 PM
Hi,
The reason i cannot do as suggested by you is, i need to prepare a table based where i track the performance of a product or a campaign based on each day.
07-05-2018 08:46 PM
@sp41832
Hi , rather write on CSV file you can pass those value to down stream snap. If you are facing issue to evaluate till date, you can refer my pipeline to calculate the day difference then pass it to downstream snap.
If you want you can share your pipeline and use case which you are looking for. Day_Difference_Forum_2018_07_05.slp (8.5 KB)
07-08-2018 04:38 PM
HI,
Thank you, i have implemented a java script more or less similar to your script and call the down stream snaps for each day.
Thank you