Skip to content

Commit

Permalink
New Json export function created, with a view to support Dim/Fact obj…
Browse files Browse the repository at this point in the history
…ects. Also preparing examples.

#54
  • Loading branch information
RoelantVos committed Jan 24, 2021
1 parent fbdac46 commit 75dafd7
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 111 deletions.
36 changes: 36 additions & 0 deletions TEAM/Files/sample_TEAM_Table_Mapping_v0.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,41 @@
"businessKeyDefinition": "Demographic_Segment_Code",
"drivingKeyDefinition": "",
"filterCriteria": ""
},
{
"enabledIndicator": true,
"tableMappingHash": "C330B791DBC0F977DF5E0B24DA344909",
"versionId": 0,
"sourceTable": "HUB_CUSTOMER",
"sourceConnectionKey": "IntegrationConnectionInternalId",
"targetTable": "DIM_CUSTOMER",
"targetConnectionKey": "PresentationConnectionInternalId",
"businessKeyDefinition": "CUSTOMER_SK",
"drivingKeyDefinition": "",
"filterCriteria": ""
},
{
"enabledIndicator": true,
"tableMappingHash": "5E9EA22FD23B1BD2C3AD9DE85A618462",
"versionId": 0,
"sourceTable": "SAT_CUSTOMER",
"sourceConnectionKey": "IntegrationConnectionInternalId",
"targetTable": "DIM_CUSTOMER",
"targetConnectionKey": "PresentationConnectionInternalId",
"businessKeyDefinition": "CUSTOMER_SK",
"drivingKeyDefinition": "",
"filterCriteria": ""
},
{
"enabledIndicator": true,
"tableMappingHash": "EF7BD027DDC046E88331AC404FB37DF7",
"versionId": 0,
"sourceTable": "SAT_CUSTOMER_ADDITIONAL_DETAILS",
"sourceConnectionKey": "IntegrationConnectionInternalId",
"targetTable": "DIM_CUSTOMER",
"targetConnectionKey": "PresentationConnectionInternalId",
"businessKeyDefinition": "CUSTOMER_SK",
"drivingKeyDefinition": "",
"filterCriteria": ""
}
]
Loading

0 comments on commit 75dafd7

Please sign in to comment.