What I am trying to do:
Read the contents of a text file where:
Column1 would create a directory with that value in column 1
Column2 would search another directory for the pdf name that is in the value of column 2 and copy that file to the newly created column1 directory.
Input.txt contents
DatabaseID,PDFNAME
1,sample12.pdf
2,sample18.pdf
3,sample1.pdf
4,sample35.pdf
5,sample46.pdf