Forum Discussion
María José Pedreira
Apr 30, 2018Brass Contributor
Massive load of documents into a library - PNP
Hello,
I wonder if somebody has prepared a script for performing a massive load of documents into a library.
I have the documents available in a windows folder.
I have a csv with the file name and several mandatory properties for every file.
I have to use PNP.
Thanks!
7 Replies
- Steve JohnsonCopper ContributorThis does the job with PNP I think.
https://gallery.technet.microsoft.com/office/Upload-Multiple-Documents-4c4aa989 - Deleted
Did you try this?
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/bulk-upload-documents-sample-app-for-sharepoint
- michael mezaBrass Contributor
Why do you have to use PnP? can you not use C#
- María José PedreiraBrass Contributor
Hi, I dont have access to the servers, so I use to work with PnP... And I'm working with Sharepoint 2016 on premise...
- michael mezaBrass ContributorI have a C# App that does exactly what you need... pulls from CVS file to push into SP with Metadata.... you would have to tweak it to work for you if you could do it in C#