{% include "vesper/header-prefix.html" %} Export clip metadata to CSV file - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Export clip metadata to CSV file

Exports metadata for the specified clips to a CSV file.

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

The CSV file is written at the specified path on the server, and contains one row for each clip. [In the future, the CSV file will be delivered to the client rather than written to the server file system.]

{% include "vesper/command-executes-as-job-message.html" %}
{{ form.detectors|block_form_element }} {{ form.station_mics|block_form_element }} {{ form.classification|form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.output_file_path|block_form_element }}