I'm trying to achieve batch command to move files, but based on the fields in Excel file / csv. Columns are "condition to meet", "source folder", and "target folder". For example,
| Criteria A | Criteria B | Source | Target |
| A | 1 | C:\A\1 | \A1 |
| B | 1 | C:\B\1 | \B1 |
| A | 3 | C:\A\3 | \A3 |
And so on. There are multiple files in the folder and we want to batch move all of them to its target folder. How is this done in Alteryx? Thanks!