Learn how to use the import and export metadata features of Adobe Experience Manager Assets. The import and export capabilities allow content authors to bulk update metadata for existing assets.
When preparing a CSV file to import, it is easier to generate a CSV with the list of assets by using the Metadata Export feature. You can then modify the generated CSV file and import it using the Import feature.
The first row of the CSV file defines the metadata schema.
The First column defaults to assetPath
, which holds the absolute JCR Path for an asset.
Subsequent columns in the first-row point to other metadata properties of an asset.
dc:title, dc:description, jcr:title
Single Value Property format
<metadata property name> {{<property type}}
dc:title {{String}}
Property Name is case-sensitive
dc:title {{String}}
Dc:Title {{String}}
Property Type is case insensitive
All valid JCR Property types are supported
Multi Value Property format - <metadata property name> {{<property type : MULTI }}