Hello Guys,
Is that possible create a script to read csv and create folders and move the files into the folder.
My csv will look like
It has folder names and File names, I have kept my files (Mention in "File names" column) in desktop. When I run the script it need to read the csv and create folder(as per "Folder Names") and the correct file need to move into particular folder. Hope I made the requirements clear.
So from the above csv we need 4 folders and the respective files need to move into their folders. Looking for help!!!