Smartsite 7.1 - ...
<metadataextractionmappings> element
Contains mappings between one or more metadata extraction filter(s) and file-extensions.
One or more group child elements should be used to group sets of mappings. The name of a group is then used to refer to a set of mappings from a specific assetfolder/configuration element.
When processing files, these mappings are used to retrieve the appropriate filter to extract metadata from a file and persist it within the Asset Item (using the meta field).
Example
XML |
Copy Code
|
<metadataextractionmappings>
<group name="general">
<mapping filter="Smartsite.Core.ImageMetadataExtractor, Smartsite.Base" extensions="jpg jpeg png gif bmp" />
<mapping filter="Smartsite.Core.OpenXmlDocumentPropertiesExtractor, Smartsite.Base" extensions="docx pptx xlsx odt" />
</group>
</metadataextractionmappings>
|
Attributes
None.
Parent element
Element name |
Description |
<assets> |
This section holds the assets configuration. |
Child elements
Element name |
Description |
<group> |
The group element groups a set of metadata extraction mappings. |