Erstellen einer neuen Migration aus einer CSV-Datei (optional)Creating a new migration from a CSV (optional)
Es kann vorkommen, dass Tausende von Benutzern und ein komplexes Verzeichnisschema importiert werden müssen.Sometimes you have thousands of users and a complicated directory schema that you want to import. In diesen Fällen empfiehlt es sich, die Migration in einer Kalkulationstabelle zu planen.In these cases, it's desirable to plan out your migration in a spreadsheet.
In diesen Fällen ist die Option "CSV-Upload" nützlich.In these cases, we trust the CSV upload option is useful. Auf diese Weise können Sie alle Ihre Benutzer und Verzeichnisse festlegen und diese Informationen dann im. CSV-Format für uns bereitstellen, um Ihre Migration zu erstellen.This lets you lay out all your users and directories, and then provide that information to us in .csv format for us to create your migration.
Zu migrierende BenutzerUsers to migrate
Ihre CSV-Datei muss diesem Format folgen:Your CSV file must follow this format:
Eine Überschrift für die Quelle und das Ziel, gefolgt von den Pfaden und optionalen Tags in jeder Zeile.A heading for the source and destination, followed by the paths, and optional tags on each line.
Source Path,Destination Path,Tags
user1@example.com,user__1@corp.example.com,"Pilot, IT"
user2@example.com,user__2@corp.example.com,"Pilot, Sales"
user3@example.com/src dir,user3@example.com/migrated,"Pilot, IT"
Source Shared Drive,user4@example.com/Team Folder,"Pilot, Sales"
https://TENANT02.sharepoint.com/sites/SiteName/Shared%20Documents,user5@example.com,"Marketing, Sales"
Hinweis
Stellen Sie sicher, dass Ihre CSV-Datei nach jedem durch Kommas getrennten Wert keine Leerzeichen enthält.Ensure your CSV has no spaces after each comma separated value. Werte, für die Kommas erforderlich sind, müssen in Anführungszeichen gesetzt werden.Values that require commas must be wrapped in quotation marks.
Beispiel für das CSV-Dateiformat:Sample CSV file format:
QuellpfadSource Path | ZielpfadDestination Path | TagsTags |
---|---|---|
user01@domain.comuser01@domain.com | benutzer_01@domain.comuser_01@domain.com | |
TeamordnerTeam Folder | benutzer_02@domain.comuser_02@domain.com | |
Freigegebenes LaufwerkShared Drive | benutzer_03@domain.comuser_03@domain.com | |
/C:/ordner/C:/folder | benutzer_04@domain.comuser_04@domain.com | |
user01@domain.comuser01@domain.com | https://TENANT01.sharepoint.com/sites/SiteName/Shared%20Documentshttps://TENANT01.sharepoint.com/sites/SiteName/Shared%20Documents | |
https://TENANT01.sharepoint.com/sites/SiteName/Shared%20Documentshttps://TENANT01.sharepoint.com/sites/SiteName/Shared%20Documents | https://TENANT02.sharepoint.com/sites/SiteName/Shared%20Documentshttps://TENANT02.sharepoint.com/sites/SiteName/Shared%20Documents |
Hinweis
Wenn die URL-Zuordnung zu SharePoint besteht, müssen Sie alles nach/Shared-Dokumenten entfernen. Andernfalls schlägt die URL fehl.When URL mapping to SharePoint, you must remove everything after /Shared Documents; otherwise,the URL fails.
Diese vollständige URL funktioniert beispielsweise nicht: https://TENANT01.sharepoint.com/sites/SiteName/Shared Documents/Forms/AllItems.aspx
For example, this full URL won't work: https://TENANT01.sharepoint.com/sites/SiteName/Shared Documents/Forms/AllItems.aspx
Ändern Sie sie zu https://TENANT01.sharepoint.com/sites/SiteName/Shared Documents
Change it to: https://TENANT01.sharepoint.com/sites/SiteName/Shared Documents
Erstellen Ihrer CSV-Datei in ExcelCreating your CSV in Excel
So erstellen Sie eine CSV-Datei mit einem Excel-Arbeitsblatt:To use an Excel spreadsheet to create your CSV:
Stellen Sie sicher, dass Sie über zwei Spalten verfügen, eine mit dem Titel
Source Path
, und eine mit dem TitelDestination Path
.Ensure you have two columns, one titledSource Path
, and oneDestination Path
.Listen Sie die relativen Pfade, Domänen und Benutzernamen in den nachfolgenden Zeilen auf.List the relative paths, domains, and usernames on the subsequent rows.
Exportieren Sie Ihre Tabelle als CSV:Export your spreadsheet as a CSV:
- Wählen Sie Datei aus.Select File.
- Wählen Sie Speichern unter aus.Select Save As.
- Wählen Sie im Feld Dateiformat die Option CSV aus.From the File Format options, select CSV.