Add column mapping defaults functionality and example JSON file
This commit is contained in:
34
column-mapping-defaults.sample.json
Normal file
34
column-mapping-defaults.sample.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user