First of all I'm relativ beginner with VisualCron, so maybe sorry for the question..
I need help to get following task solved:
We need to copy files, to a destination folders depending on a part of the filename
Example.
I have PDF files an last part of the filename is the date (year/month/day)
FN4321b_20211231.pdf
FN123456z_20211231.pdf
FN1111111a_20200630.pdf
FN123123_20201231.pdf
FN123123o_20220331.pdf
Depending from the year part of the filename, the file should be copy to the right year folder like:
C:\Test\2020\FN1111111a_20200630.pdf
C:\Test\2020\FN123123_20201231.pdf
C:\Test\2021\FN4321b_20211231.pdf
C:\Test\2022\FN123456z_20211231.pdf
C:\Test\2022\FN987614i_20220331.pdf
Would be great if someone can help me
Thanks guys,
Markus