Hello
Apologies if this is a simple task I am very new to Alteryx and trying to understand it's capabilities, anyways what I would like to accomplish is to extract the latest file version (by modified date) from a folder which has multiple files with similar names. It would be even better if it could create a folder named "Archive" for all of the other versions.
The reason I would like to do this is because our client sends us monthly data sets which includes multiple versions of the same data and I would like to only pull out the latest one. Here is samples of the file names (below), I have been using the input data tool with the wildcard * but it pulls all the data leading to duplicates.
In this case I would like to only pull out "01_Cost v2" and "02_Revenue Fixed" with the other files being archived.
| 01_Cost | Modified date May 1 |
| 01_Cost Feb 14 | Modified date May 5 |
| 01_Cost v2 | Modified date May 20 |
| 02_Revenue | Modified date May 1 |
| 02_Revenue Fixed | Modified date May 20 |