How to create-asset-placeholder using XML ingest?

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 which creates a placeholder with basic metadata.

<?xml version="1.0" encoding="UTF-8"?>
<eMAM user-key="mM1o9aWH%2fsA3yWjrpiF0jN0ncLOn8pGN6qmzr4oyEjphEpRlHUmaTw%3d%3d">
<asset ingest-action="create-asset-placeholder" file-name="Placeholderasset.mov">
<basic-metadata>
<title>placeholder</title>
<description>Place holder for Next album video </description>
<author>eMAM</author>
</basic-metadata>
</asset>
</eMAM>

  • 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 fails, you will get the corresponding error response under the description column in 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 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 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 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 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 ...