06-08-2023 11:35 PM
Hi,
I am getting the files from amazon s3 bucket every day, I want to load today date files from s3 bucket to SLDB.Any one can help me on that. Thanking you in advance.
Thanks
M SATHISH
06-14-2023 06:07 AM
Hi,
how to browse before 2 days file?, its mean today is 14 june ,i want to browse12 june files
06-14-2023 06:17 AM
You can use native functions like .minusDays() or .minusHours()
06-09-2023 03:33 AM
@AleksandarAngelevski ,THANK YOU
06-14-2023 06:19 AM
For your reference, Date.now().minusDays(1).toLocaleDateString()
Try to incorporate this in your pipeline and test it out.
Regards,
Darsh
06-14-2023 06:38 AM
@darshthakkar , it will through an error