Any one knows a useful script or program that can achieve this?
Hi it’s easy:
- reading a CSV file is very simple (Import-Csv cmdlet)
- document library can be accessed using WebDav integration in Windows Explorer
- file operations are simple (Copy-Item cmdlet)
Example of script to copy files to sharepoint:example
Did you ever find anything out about this? We have software that exports from IBM Notes/Domino databases to CSV, and have had customers who have used that to import into SharePoint, but I don’t know any details. Trying to learn more.