Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

S.NO

Format

Field Name

Sample Data

Config Field Definition

Sample Data

Expected display value

1

MARC

Title_display
245-a;b

<request>
    <user>ole-khuntley</user>
    <operation>batchIngest</operation>
    <requestDocuments>
        <ingestDocument id="1" category="work" type="bibliographic" format="marc">
            <content><![CDATA[
<collection xmlns="http://www.loc.gov/MARC21/slim">
    <record>
        <datafield tag="245" ind1="1" ind2=" ">
            <subfield code="a">LANGUAGE TEACHING : LINGUISTIC THEORY IN PRACTICE.</subfield>
             <subfield code="b">An April Shower</subfield>
        </datafield>
      </record>
</collection>
]]>
            </content>
</ingestDocument>
</requestDocuments>
</request>

<field id="Title_display" name="Title"   type="text">
    <mapping type="custom">
         <include>245-a;b</include>
          <exclude>245-c,245-6</exclude>
        </mapping>
</field>

LANGUAGE TEACHING : LINGUISTIC THEORY IN PRACTICE.

 

 

  245-b

<request>
    <user>ole-khuntley</user>
    <operation>batchIngest</operation>
    <requestDocuments>
        <ingestDocument id="1" category="work" type="bibliographic" format="marc">
            <content><![CDATA[
<collection xmlns="http://www.loc.gov/MARC21/slim">
    <record>
        <datafield tag="245" ind1="1" ind2=" ">
            <subfield code="a">LANGUAGE TEACHING : LINGUISTIC THEORY IN PRACTICE.</subfield>
             <subfield code="b">An April Shower</subfield>
        </datafield>
      </record>
</collection>
]]>
            </content>
</ingestDocument>
</requestDocuments>
</request>

<field id="Title_display" name="Title"   type="text">
    <mapping type="custom">
         <include>245-b</include>
          <exclude>245-c,245-6</exclude>
        </mapping>
</field>

An April Shower