SharePoint On-Premise (2013, 2016, 2019) source connector
The SharePoint On-Premise source connector enables you to export content from a SharePoint On-Premise environment. The connector uses the SharePoint REST API to export the content.
Features
- Exporting content structure
- Exporting custom fields
- Exporting versions
- Exporting binary content
- Exporting ACLs (limited to 5000 per object)
- Exporting Users and Groups (on tenant level)
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
origin
Specifies the origin of the document in the Content Store.
pageSize
Specifies the page size number that is used when paginating.
Example: 500
suppressUnsupportedTypesWarnings
Enables warnings being written to the console when the type of the folder is not supported. Can either be true
or false
.