diff --git a/FieldMapping.sample.csv b/FieldMapping.sample.csv deleted file mode 100644 index 7adabb7..0000000 --- a/FieldMapping.sample.csv +++ /dev/null @@ -1,4 +0,0 @@ -SourceInternalName;TargetInternalName -DHS2016Persdat;Persdat -DHS2016Dienstgrad;Dienstgrad -DHS2016SecurityClearance;SecurityClearance diff --git a/mapping.sample.json b/mapping.sample.json new file mode 100644 index 0000000..1694102 --- /dev/null +++ b/mapping.sample.json @@ -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 + } + ] +} \ No newline at end of file