This activity allows importing records from CSV file into SharePoint list.
Parameters
Input parameters
Parameter | Description | Example |
CSV file URL | CSV file URL | c:\Task.csv http://externalsite.com/Task.csv http://sharepoinportal/Shared%20Documents/CSVTest.csv |
Site URL | Optional. Default value is current site collection. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite |
This list | Target list. If the value is empty, current list will beused. | http://mysharepoint/Lists/Tasks http://mysharepoint/Lists/Tasks/Folder |
CSV file delimiter character | The delimiter character separating each field. | Any symbol. |
Example