Find and copy files from csv file
Long live the blog, this is a little script with python that basically read a .csv file, get a specific row with the name of the file that I needed to find and the copy the file and paste on a diferente folder. Since the origin path start with the first segments of the text row from the .csv file, I modify the script in order to build the path.
So this is the structure of my .CSV file, the row 7 is where the name of the file that I need to find
This is the path where I need to find the file
source code:
output wherever you run, Windows or Linux
\o/
So far so good, right!