Hi Community!
Hope everyone is fine! I’m newly here and looking for help about below task.
I have a zip file which includes over 1500 files in it.
And each one have the name logic like : A_A_A_Gxxxx_202202
What I am going to do is to save each file into my local folder, which also have its own name of : Gxxxx
And if the folder doesn’t have an existing folder with Gxxxx, then create one folder and save this file into it.
I need to do this 1500 times and save all the files into each own folder.
Thank you in advance!!