Description
This processor is used to fetch data from SharePoint 2010 using NTLM authentication.
Tags
SharePoint and Microsoft.
Properties
In the following list, the required properties are in bold and the other properties are considered as optional. The table also indicates any default values.
Name |
Default Value |
Allowable Values |
Description |
SharePoint REST API URL | Enter the SharePoint 2010 REST API URL. E.g., http://sharepoint.domain.com/rdu/sales/_vti_bin/ListData.svc/{title} Supports expression language: true | ||
User Name | Enter your user name or domain name for SharePoint 2010. Supports expression language: false | ||
Password | Enter your password for SharePoint 2010. Supports expression language: false | ||
Domain name | Enter your domain name for SharePoint 2010. Supports expression language: false |
Relationships
Name | Description |
failure | All created flow files that fails to get data from SharePoint are routed to this relationship. |
success | All created flow files that gets data from SharePoint are routed to this relationship. |
Read Attributes
None specified.
Writes Attributes
None specified.
How to get data using GetSharePoint in Data Integration Platform?
The following is the overview template to get data from SharePoint using GetSharePoint and store the response in a file.
Step 1: Drag and drop the GetSharePoint processor into the canvas. Double click the processor to configure it.
Enter the rest API (Application Program Interface) from which the data to be retrieved in SharePoint REST API URL property.
Enter the username, password, and domain name details.
Step 2:
Drag and drop the PutFile processor. Double click to configure the processor and enter the directory in which the response should be stored as follows,