Accelerate the Value of Data

Files structures of Reltio Enrichment with D&B Mapping

The connector uses mapping files to convert D&B responses to Reltio entities. Also, the connector converts Reltio entities to a set of parameters that are passed to D&B in a request.

The following Table1: Required files lists the type of files that are used in mapping.

Table 1. Required Files
NameDirectionDescriptionResult
batch.jsonInThis file converts a list of CSV to JSON formatted entities to list the Reltio entities with required attributes and hierarchy entities.[[GU, DU, HQ, Trg], [GU, DU, P, Trg], [Trg], …]
batch_plus.jsonInThis file converts D&B Direct+ batch response item to Reltio entities with all required attributes and hierarchy entities.[GU, DU, Trg]
corporate_linkage_upward.jsonInThis file creates a list of the upward hierarchy tree.[FT member, FT member, FT member, Target]
corporate_linkage_upward_plus.jsonInThis file creates a list of upward hierarchy tree for Direct+[FT member, FT member, FT member, Target]
enrichment.jsonInThis file converts D&B response to Reltio entities with all required attributes and hierarchy entities[GU, DU, HQ(Parent), Target]
enrichment_contact.jsonInNot used--
enrichment_plus.jsonInThis file converts D&B Direct+ response to Reltio entity with all required attributes and hierarchy entities[GU, DU, HQ(Parent), Target]
filter.jsonOutThis file extracts attributes that will be passed to the D&B in match request. It can contain any additional user-defined parameters{ “x1“: “z1“, “x2“: “z2“, …}
filter_plus.jsonOutThis file extracts attributes that will be passed to the D&B in Direct+ match request. The file can contain any additional user-defined parameters.{ “x1“: “z1“, “x2“: “z2“, …}
match.jsonInThis file converts D&B response to the list of Reltio entities with all required attributes. The Reltio entities are sent to Data Tenant as potential matches.[Potential Match1, Potential Match2, …]
match_plus.jsonInThis file converts D&B Direct+ response to the list of Reltio entities with all required attributes. The Reltio entities are placed to Data Tenant as potential matches.[Potential Match1, Potential Match2, …]
update_status.jsonInRepresents the service mapping file. The file is used for switching between nested and simple VendorVerificationStatus and VendorVerificationDate attributes.Reltio entity with flag attributes only. The connector set partialOverride as true.