I need to move a specific files with name "Rack_SKU_##_DD_MMM_YYYY_HH_MM_SS" pick the files from a shared drive location and move to SharePoint folders. This folder has other files as well. While moving this to the destination sharepoint,
Month_Year based on current date should be picked and uploaded to sharepoint location.
Year and Month sub-folders to be created in the sharepoint if not already available
(Calculation should be based on month Present in file name minus 1)
Example:
> If Current Month is April 2022, the folder created should be 2022/Mar
> If Current Month is January 2022, the folder created should be 2021/Dec
Appreciate all your help here.