This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
HI @salishrodinger ,You can create a child pipeline in order to write the files into the external stage.After all files are processed successfully, you can continue with the process.
Hi @Manigandan ,
You can use the Filter snap to filter out only active objects.
Please take a look at the attached pipeline.
00_Fetch_Active_2023_07_16.slp (4.6 KB)
Best regards,
Marjan
Hi @FatemaShakir ,
You can try the following expression:
Date.parse(Date.now()).toLocaleDateTimeString({"timeZone":"Asia/Kolkata", "format":"yyyy-MM-dd HH:mm"})
It converts current datetime in IST timezone.
Also, you can take a look at this document...
Hi @Igor_Bozhinovski ,
You can use the Directory Browser snap.
After the snap, use a Filter. With that, you can filter the files that have “create date” bigger than date or between some date range.
After the filter, you can use File Reader with the p...
Hi Igor,
Then maybe Group by fields snap is the one you are looking for?
You can choose by which object to group by.
Let me know if this helps you.
BR,
Marjan