Modifying the generated schema file

The generated schema file contains fields with generic names such as body_elem1 and body_elem2. You can modify these field names with names that are more descriptive of the delimited data that is being consumed.

Before you begin

After you create the hub service mapping project, you can modify the generated schema file in the DFDL schema editor tab.

Procedure

In the DFDL schema editor tab, modify the current sample schema file so that the field names (such as body_elem1 and body_elem2 match those in the following table (such as FIRST_NAME and LAST_NAME):
Table 1. Generated schema file data
Field name Business object Attribute name
FIRST_NAME TCRMPersonNameBObj GivenNameOne
LAST_NAME TCRMPersonNameBObj LastName
BIRTH_DATE TCRMPersonBObj BirthDate
GENDER TCRMPersonBObj GenderType
IDENTIFICATION TCRMPartyIdentificationBObj IdentificationNumber
HOME_PHONE TCRMContactMethodBObj ReferenceNumber
BUSINESS_PHONE TCRMContactMethodBObj ReferenceNumber
ADDRESS_LINE_ONE TCRMAddressBObj AddressLineOne
ADDRESS_LINE_TWO TCRMAddressBObj AddressLineTwo
CITY TCRMAddressBObj City
STATE_CODE TCRMAddressBObj ProvinceStateValue
COUNTRY TCRMAddressBObj CountryValue
ZIP_CODE TCRMAddressBObj ZipPostalCode
SOURCE_SYSTEM TCRMAdminContEquivBObj AdminSystemType
SOURCE_KEY TCRMAdminContEquivBObj AdminPartyId


Last updated: 13 Sep 2017