cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to load Today Date Files from s3 Bucket to SLDB

sathishmadavali
New Contributor II

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
s3 load

17 REPLIES 17

Hi,

how to browse before 2 days file?, its mean today is 14 june ,i want to browse12 june files

You can use native functions like .minusDays() or .minusHours()

sathishmadavali
New Contributor II

darshthakkar
Valued Contributor

For your reference, Date.now().minusDays(1).toLocaleDateString()
Try to incorporate this in your pipeline and test it out.

Regards,
Darsh

@darshthakkar , it will through an error
t6