I am downloading a report from a website, it is a zip file and will be downloaded into my “download” folder, I want to open the file, then move only the selected two files into the new path folder that I have created.
The name of the file is always the same for the beginning, the only difference would be the date that follow.
Use Extract/Unzip Files activity to just unzip the files to a folder and from that folder you can use Move Files activity to move the files to desired location.
The file I am trying to extract is different each week, under the “File to extract” activity, I have put a * on the name of the file as it is different each week but it is throwing me an error message saying that the file name is incorrect?
Also, I would need to use the path that could be use for multiple user rather than just my folder, the “THIS ONE HERE” on the below will be different depending on the userid, how do I set it up?
“C:\Users\THIS ONE HERE\Downloads\firms_new_*.zip”