{% extends 'vesper/base.html' %} {% block head %} Export clip metadata to CSV file {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Export clip metadata to CSV file

Exports metadata for the specified clips to a CSV file.

{% include "vesper/clips-specification-message.html" %}

This command writes the CSV file at the specified path on the server, overwriting any existing file at that path. The file contains one row for each clip. You can adjust the types and format of the metadata written to the columns of the file by creating an appropriate Clip Table Format preset and selecting it below.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.table_format|form_element }} {{ form.output_file_path|block_form_element }}
{% endblock main %}