Extract information from online SharePoint using nodeJS framework
Metadata output (List details, field from lists, views from lists, security groups and their members) Content output from list into individual files Output to CSV files (separator and metadata content file names can be customizing in config.json, lists content will have the same name as the list) Blacklist / Whitelist for List and Fields to accommodate a wide range of user needs
Any issue you may encounter will be greatly appreciated if you will take the time to highlighted to GitHub repository (https://github.com/danielgp/sharepoint-extractor/issues). Also should you want to contribute, feel free to clone the repository using Git and raise a "Pull request" against it and will do my best to manage it.
So far this script has been tested with the following:
Name | Version | Build | Date |
---|---|---|---|
Windows 10 Enterprise | 1511 | 10586.769 | 25th of November 2016 |
Windows 10 Enterprise | 1703 | 15063.726 | 2nd of January 2018 |
nodeJS | npm | Date |
---|---|---|
6.9.1 LTS 64-bit | 3.10.8 | 25th of November 2016 |
7.4.0 LTS 64-bit | 4.0.5 | 29th of January 2017 |
7.5.0 LTS 64-bit | 4.1.2 | 2nd of February 2017 |
7.6.0 LTS 64-bit | 4.1.2 | 27th of February 2017 |
7.7.0 LTS 64-bit | 4.1.2 | 1st of March 2017 |
8.11.3 64-bit | 5.6.0 | 4th of July 2018 |
9.3.0 64-bit | 5.5.1 | 2nd of January 2018 |
10.6.0 64-bit | 6.1.0 | 13th of July 2018 |
SharePoint | Date |
---|---|
2013 Cloud | 25th of November 2016 |
Authentication Type | Date |
---|---|
SAML | 25th of November 2016 |
AddIn | 29th of November 2016 |
#Refferences