It is possible to publish videos in Fluid Topics as an unstructured document using a control file.
The following code block shows a control file to upload a video:
metadata sheet
| document (filePath) | ft:description | ft:locale | ft:originId | feature | audience | product | |
|---|---|---|---|---|---|---|---|
| copy.mp4 | Use of a control file to add metadata to a video file, via the UD (Unstructured Document) connector. | en-US | video-ud-controlfile | autocomplete | Expert | Fluid Topics v1.1 |
<?xml version="1.0" ?>
<controlFile>
<resources>
<resource lang="en-US">
<filePath>copy.mp4</filePath>
<originId>video-ud-controlfile</originId>
<description>Use of a control file to add metadata to a video file, via the UD (Unstructured Document) connector.</description>
<metas>
<meta key="feature">
<value>autocomplete</value>
</meta>
<meta key="audience">
<value>Expert</value>
</meta>
<meta key="product">
<value>Fluid Topics v1.1</value>
</meta>
</metas>
</resource>
</resources>
</controlFile>
See XML template for more information about the XML elements.