I have to dynamically create the below folder structure :
Year -->
Date (dd) -->
00 (hr),
01(hr)
02(hr) …. And so on
This package runs hourly and checks the current hour with the current hour folder, and loops through all the files from it.
Any leads on how should this problem be approached?
Thank you!