How to do metadata association using XML ingest?

How to do metadata association using XML ingest?

Metadata association using XML ingest

Associate metadata here means associating the metadata values to the corresponding metadata fields using an XML ingest or from the user interface.

 Sample XML file

<?xml version="1.0" encoding="UTF-8"?>
<eMAM user-key="mM1o9aWH%2fsA3yWjrpiF0jN0ncLOn8pGN6qmzr4oyEjphEpRlHUmaTw%3d%3d">
<asset asset-id="1164" ingest-action="associate-metadata" file-name="Stock Footage_file version.mov " version-id="1171">
<basic-metadata>
<title>Stock Footage_video</title>
<description>Stock Footage file version video</description>
<author>eMAM_empress</author>
</basic-metadata>
<custom-metadata>
<field standard-id="CUST_FLD_ALTERNATIVE TITLE_10">Stock Video_files</field>
<field standard-id="CUST_FLD_ARTIST_11">eMAM_video file</field>
<field standard-id="CUST_FLD_CAST_14">Hollywood_album</field>
</custom-metadata>
<categories>
<category name="UNIT_1"/>
</categories>
</asset>
</eMAM>


File name :  file-name="Stock Footage_file version.mov"
Ingest action(associate-metadata): Metadata’s will be associated for an already existing asset "Stock Footage_file version.mov" with id 1164 in eMAM system.

In the above XML, we are adding the custom metadata values to the mentioned asset.

  • After creating the XML, it will be good if you could validate the XML using online software or try to open it in Mozilla Firefox browser.  If the XML is shown as a result, then there won't be a schematic error.  
  • After all the required details are entered in the XML, drop the XML to the corresponding sidecar ingest profile folder.
  • You can monitor the statuses of ingest in the eMAM Director>Dashboard widget> Ingest tab.
  • If the XML processing fail, you will get the corresponding error response in Description tab on the dashboard. You can correct the same and re ingest or resubmit it replacing the old.

For any further assistance, please get in touch with eMAM support at support@emamonline.com
    • Related Articles

    • How to create an asset using Sidecar XML ingest?

      Create an asset in eMAM and associate information such as Basic Metadata, Custom Metadata,Categories, Projects,Sub-clips, Markers via Sidecar XML Ingest. Here is the latest sidecar XML document - eMAM Sidecar Ingest - XML Specification 5.2.pdf Please ...
    • How to replace an original file using Associate Metadata option via XML ingest?

      How to replace an original file using Associate Metadata option via XML ingest  You can easily associate the Original, Proxy and Mezzanine formats to an existing asset or placeholder, using Associate Metadata option in the XML ingest. Sample XML ...
    • How to create an asset placeholder using XML ingest?

      Create asset placeholder using XML ingest A placeholder is a virtual asset which is created without any media in eMAM using sidecar XML ingest. A placeholder doesn't have any media but we can add custom metadata values. Here is a sample XML file ...
    • How to create a new version for an asset using XML Ingest?

      How to create-new-version by using XML Ingest eMAM allows a user to upload a new version of an asset using the XML Ingest. Sample XML file <?xml version="1.0" encoding="UTF-8"?> <eMAM ...
    • How to get the User Key for the XML files?

      A user key can be obtained from eMAM Director interface>Admin Tools> Manage Users> Edit User> Manage UserKey tab. Admin users will have option to generate the user key of any user using that user’s password. To generate user key of a user: Select the ...