I have a network folder that contains 50 documents. I need to upload the files to the specified SharePoint document library based on a csv filename and document library.
CSV Example:
filename1 doclibA
filename2 doclibB
filename3 doclibA
filename4 doclbC
Any scripts on uploading multiple documents from a folder to a SharePoint document library based on a CSV list of the filename and the document library it should go to, it would be greatly appreciated!