-
Exporting XML files for catalogue items in CatDV Worker Node
Hey there Cow pros: I have a specific thing that I’m trying to do with the CatDV Worker Node, as I know how to do it in the Client but have been thus far confused with the correct method in the Worker.
In CatDV Client, you can export an XML file of a selected item in a catalogue, containing all of its metadata. There’s a function in the Worker that says “Export XML file” but asks for an XML file that has already been created.
1. How can we make a job that exports an XML file of a video that meets the job criteria, and also exports to a specific location? (The job: When a video is flagged, copy it to a specified folder, and export an XML file containing its data, with the same name, to the same specified folder).
2. Can the above job in part 1 be done ONLY for video files? In our workflow, we would flag both a .MOV of the video and a .WAV of the audio; we’d want an XML file from the video, and all 3 files to end up in the same place.