Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

S.NO

Format

Field Name

Sample Data

Config Field Definition

Expected display value

1

MARC

Title_display

<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>
             <subfield code="c">Arithmetic</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.

 

 

 

<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>
             <subfield code="c">Arithmetic</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

 

 

Author_display

 

<field id="Author_display" name="Author/Creator"  type="text">
     <mapping type="custom">
           <include>100-a,110-a,111-a,700-a,710-a,711-a,800- a,810-a,811-a,400-a,410-a,411-a</include>
             <exclude>100-6,110-6,111-t,700-t,710-t,711-t,800-t,810-t,811-t,400-t,410-t,411-t</exclude>
         </mapping>
</field>

 

 

 

 

 

<field id="Author_display" name="Author/Creator"  type="text">
     <mapping type="custom">
           <include>100-a,110-a,111-a,700-a,710-a,711-a,800- a,810-a,811-a,400-a,410-a,411-a</include>
             <exclude>100-6,110-6,111-t,700-t,710-t,711-t,800-t,810-t,811-t,400-t,410-t,411-t</exclude>
         </mapping>
</field>

 

 

 

Publisher_display

 

<field id="Publisher_display" name="Publisher" type="text">
     <mapping type="custom">
         <include>260-a;b;c</include>
            <exclude />
        </mapping>
</field>

 

 

 

 

 

<field id="Publisher_display" name="Publisher" type="text">
     <mapping type="custom">
         <include>260-a;b;c</include>
            <exclude />
        </mapping>
</field>

 

 

 

Subject_display

 

<field id="Subject_display" name="Subject" type="text">
      <mapping type="custom">
           <include>600-a,610-a,611-a,630-a,650-a,651-a,653-a,69*-a</include>                              <exclude>600-6,610-6,611-6,630-6,650-6,651-6,653-6,69*-6</exclude>
           </mapping>
</field>

 

 

 

 

 

<field id="Subject_display" name="Subject" type="text">
      <mapping type="custom">
           <include>600-a,610-a,611-a,630-a,650-a,651-a,653-a,69*-a</include>                              <exclude>600-6,610-6,611-6,630-6,650-6,651-6,653-6,69*-6</exclude>
           </mapping>
</field>

 

 

Dublin
Qualified

Title_display

 

<field id="Title_display" name="Title" type="text">
    <mapping type="custom">
           <include>title</include>
             <exclude />
        </mapping>
</field>

 

 

 

 

 

<field id="Title_display" name="Title" type="text">
    <mapping type="custom">
           <include>title</include>
             <exclude />
        </mapping>
</field>

 

 

 

Author_display

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>contributor;author</include>
             <exclude />
        </mapping>
</field>

 

 

 

 

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>contributor;author</include>
             <exclude />
        </mapping>
</field>

 

 

 

Subject_display

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>subject</include>
             <exclude />
        </mapping>
</field>

 

 

 

 

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>subject</include>
             <exclude />
        </mapping>
</field>

 

 

 

Publisher_display

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>publisher</include>
             <exclude />
        </mapping>
</field>

 

 

 

 

 

<field id="Author_display" name="Title" type="text">
    <mapping type="custom">
           <include>publisher</include>
             <exclude />
        </mapping>
</field>

 

 

 

 

 

 

 

  • No labels