Oracle Migration Tool On Demand Guide > Migrating Concatenated Fields >

Elements and Sections in the Concatenated Fields XML Output File


Table 23 describes the elements and sections in the concatenated fields XML output file.

Table 23. Elements and Sections in the Concatenated Fields XML File
Element or Section
Description

<data:ObjectName>Account</data:ObjectName>

<ObjectName> contains the system name of the record type (object), which never changes.

<data:ListOfConcatenatedFields>
. . .
</data:ListOfConcatenatedFields

The <ListOfConcatenatedFields> section contains details of the concatenated fields.

<data:ConcatenatedField>
. . .
</data:ConcatenatedField>

The <ConcatenatedField> section contains details of one concatenated field.

<data:ConcatenatedField>
  <data:Name>ConcatenatedField</data:Name>
. . .
</data:ConcatenatedField>

<Name> contains the system name of the concatenated field.

<data:ConcatenatedField>
  <data:IntegrationTag>MyConcatenatedField
  </data:IntegrationTag>
. . .
</data:ConcatenatedField>

<IntegrationTag> contains the custom language-independent integration tag for the concatenated field.

<data:ConcatenatedField>
  <data:DisplayText>MyDisplayText
  </data:DisplayText>
. . .
</data:ConcatenatedField>

<DisplayText> contains the specification for the content of the concatenated field.

<data:ConcatenatedField>
  <data:ListOfConcatenatedFieldTranslations>
. . .
  </data:ListOfConcatenatedFieldTranslations>
. . .
</data:ConcatenatedField>

The <ListOfConcatenatedFieldTranslation> section contains the translation values for the concatenated field.

<data:ConcatenatedField>
  <data:ListOfConcatenatedFieldTranslations>
    <data:ConcatenatedFieldTranslation>
      <data:DisplayName>MyConcatenatedField
      </data:DisplayName>
      <data:DisplayText>Field 1 Field 2.
      </data:DisplayText>
      <data:LangCode>ENU</data:LangCode>
    </data:ConcatenatedFieldTranslation>
. . .
  </data:ListOfConcatenatedFieldTranslations>
. . .
</data:ConcatenatedField>

The <ConcatenatedFieldTranslation> section contains the translation values for one language.

  • <DisplayName> contains the name for the concatenated field in the language identified by the language code.
  • <DisplayText> contains the specification for the content of the concatenated field, with the text that appears in the field in the language identified by the language code.
  • <LangCode> contains the three-letter code for the language. For the list of language codes, see Language Codes and Their Corresponding Language and Country.

Oracle Migration Tool On Demand Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.