Adding Mapping Json Sample
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
SourceInternalName;TargetInternalName
|
|
||||||
DHS2016Persdat;Persdat
|
|
||||||
DHS2016Dienstgrad;Dienstgrad
|
|
||||||
DHS2016SecurityClearance;SecurityClearance
|
|
||||||
|
40
mapping.sample.json
Normal file
40
mapping.sample.json
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"SchemaVersion": 1,
|
||||||
|
"GeneratedAtUtc": "2026-04-15T08:00:00.0000000Z",
|
||||||
|
"SourceWebUrl": "http://sharepoint/sites/Quelle",
|
||||||
|
"LibraryMappings": [
|
||||||
|
{
|
||||||
|
"ObjectType": "DocumentLibrary",
|
||||||
|
"SourceTitle": "Documents",
|
||||||
|
"TargetTitle": "Dokumente",
|
||||||
|
"BaseType": "DocumentLibrary",
|
||||||
|
"BaseTemplate": 101,
|
||||||
|
"RootFolderUrl": "/Documents",
|
||||||
|
"Hidden": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ListMappings": [
|
||||||
|
{
|
||||||
|
"ObjectType": "List",
|
||||||
|
"SourceTitle": "TestListe",
|
||||||
|
"TargetTitle": "ZielTestListe",
|
||||||
|
"BaseType": "GenericList",
|
||||||
|
"BaseTemplate": 100,
|
||||||
|
"RootFolderUrl": "/Lists/TestListe",
|
||||||
|
"Hidden": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"MetadataColumnMappings": [
|
||||||
|
{
|
||||||
|
"ObjectType": "DocumentLibrary",
|
||||||
|
"ContainerSourceTitle": "Documents",
|
||||||
|
"SourceInternalName": "DHS2016Persdat",
|
||||||
|
"TargetInternalName": "Persdat",
|
||||||
|
"DisplayName": "Personaldaten",
|
||||||
|
"TypeAsString": "Text",
|
||||||
|
"Hidden": false,
|
||||||
|
"ReadOnly": false,
|
||||||
|
"Sealed": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user