Copy file from one location to another
Hi,We have a excel/csv file which has two columns and 10000 records, these are file path index.
sample:
id name filelocation
1 lab \\archive\folder1\test1.tif
2 lab \\archive\folder2\test3.tif
the \\archive\ folder has somany subfolders and files , that total files count 120000. I have to copy only 10000 records as per excel index to a new location , that means new location should be contain only indexed files. (not extra files). how to achive these please let me know the idea?