Data source/RO.TR/data model/entity/COD INMATRICULARE/mapping/CDQ/ID/transformation

From CDQ
Revision as of 07:58, 23 October 2023 by Jenkins (talk | contribs) (Template parameters updated.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Part of Hierarchical relation between two concepts of the CDQ Data Model. Data source RO.TR
Mapping source The source of a data model mapping. RO.TR COD_INMATRICULARECDQ_BUSINESS_PARTNER_EXTERNAL_ID
Transformation type A type of a transformation applied to a data model mapping. CUSTOM
Transformation parameter A transformation parameter is an action proccessed by a data model transformation. n/a
Description Informal and comprehensive human-readable definition of a concept. n/a

Transformation code Any code (in Python, JAVA or other) that will transform values for a given data source attributes.

def transform(raw_data):
    return raw_data.replace('/', '-')