Reads an attached CSV file or scans SharePoint sites and users to generate Discovery or Migration jobs, with one job created for each CSV row, site, or user’s OneDrive.
The imported jobs are created in a subfolder of your choice, default is My Imported Job Items
Only new job items are created.
The key used to determine if a job already exists is based on the existing job’s Title column.
All settings defined in the Import job will be applied to the newly created job items.
—-
CSV File Attached to the Import Job Item
The job reads a CSV file attached to the job item and creates a new job item for each line in the file.
The CSV file can have any name and must be comma-delimited. You can only attach 1 file to the Import job.
Please note that you cannot mix different source or destination types, and the data must match the import definition.
For example, if FileShare is defined as the source, then the Source column must contain a valid UNC or drive specification.
The columns must be in the following order: “Title”, “Description”, “Source”, “Destination”.
The column headers can use any names, as only the order matters.
- “Title” is mapped to
Title - “Description” is mapped to
Description - “Source” is mapped to
Source URL,Source UNC,Source UPN - “Destination” is mapped to
Destination URL,Destination UNC,Destination UPN,Workspace Folder,DestinationNextcloudFolder
—-
SharePoint Site or Tenant
A SharePoint site scan is performed, and a job item is created for each Document Library.
Only Libraries having Item count > 0 are retrieved.
- “SiteURLName/LibraryName (LibraryTitle)” is mapped to
Title - all available info about site an library is mapped to
Description - “URL” is mapped to
Source URL,Destination URL
—-
SharePoint OneDrive
A SharePoint user scan is performed, and a job item is created for each user.
- “User email” is mapped to
Title,Source UPN,Destination UPN - “User’s full name” is mapped to
Description - “Principal URL” is mapped to
Source URL,Destination URL


