I know I can create folders from a list.txt, but can I move files to those folders based on a mapping?
1
vote
3
answers
313
views
If right now, I only had a bunch of files dumped into a single directory, is there a way that I could move the files into a folder based on a mapping file. For example:
| | A | B |
| - | - | - |
| 1 | File Name | Folder Name |
| 2 | abc | 123 |
| 3 | def | 456 |
| 4 | ghi | 789 |
| 5 | jkl | 123 |
| 6 | mno | 456 |
is it possible to move file
abc
and jkl
to folder 123
based on this mapping? I'm not familiar with coding; I really just want to know if it's doable.
Thanks in advance!
Asked by Nicole
(19 rep)
May 1, 2024, 07:43 PM
Last activity: May 9, 2024, 11:58 PM
Last activity: May 9, 2024, 11:58 PM