Add column mapping defaults functionality and example JSON file

This commit is contained in:
Torsten Brendgen
2026-06-29 13:37:18 +02:00
parent 396caa2ca4
commit 0702baf7f1
4 changed files with 762 additions and 29 deletions

View File

@@ -0,0 +1,34 @@
{
"SchemaVersion": 1,
"TemplateType": "ColumnMappings",
"GeneratedAtUtc": "2026-06-29T00:00:00.0000000Z",
"Rules": [
{
"ObjectType": "*",
"ContainerSourceTitle": "*",
"SourceInternalName": "SecurityClearance",
"TargetInternalName": "GMNSecurityClearance",
"ImportSupported": true,
"DisplayName": "Security Clearance",
"TypeAsString": "TaxonomyFieldType"
},
{
"ObjectType": "DocumentLibrary",
"ContainerSourceTitle": "*",
"SourceInternalName": "Department",
"TargetInternalName": "GMNDepartment",
"ImportSupported": true,
"DisplayName": "Department",
"TypeAsString": "Text"
},
{
"ObjectType": "List",
"ContainerSourceTitle": "Projektaufgaben",
"SourceInternalName": "DueDate",
"TargetInternalName": "DueDate",
"ImportSupported": true,
"DisplayName": "Faellig am",
"TypeAsString": "DateTime"
}
]
}