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?

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 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.mp4 " version-id="1171">
<associate file-type="original" file-action="copy" file-exist-action="replace" file-name="Rhino Attacks and Kills a Man.mov" file-path="\\10.0.20.118\UNIT_1\Ingest_XML" />
</asset>
</eMAM>

In the above XML, the asset with filename "Rhino Attacks and Kills a Man.mov" will be updated as the original version of asset "Stock Footage_file version.mp4".

  • After creating the XML, it will be good if you could validate the XML using any 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 status of the ingest in the eMAM Director>Dashboard widget> Ingest tab.
  • If the XML processing fails, you will get a corresponding error response under description column in the Dashboard. You can correct the same and re-ingest or resubmit it replacing the old one.

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 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 ...
    • 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 automatically add a new version with a place holder?

      Automatically add a new version with a place holder We can use the sidecar delivery feature to create a new version for a place holder. eMAM allows a user to upload a new version of an asset using the XML Ingest. Step 1: In the eMAM Director ...