{% extends "base.html" %} {% block title %} Export CSV {% endblock title %} {% block content %}

Export CSV

The CSV Exporter exports only the values of the elements searched for by the user, ignoring the context around search results. The values for all annotations of each of the found nodes is given in a comma-separated table (CSV).

Query used to execute the search. See the documentation for more inforation on the ANNIS Query Language (AQL),

{% if segmentations | length > 1 %}
{% endif %}

Controls the "text" column of the export. {% if segmentations | length > 1 %} Choose a segmentation the text should be based on and the left and right context in token to include. The special "Token" segmentation corresponds the minimal token layer, which can correspond to timeline items in corpora that are aligned by a timeline. {% else %} Choose a left and right context in token to include. {% endif %}

{% include "export/job.html" %}

Example output

{% include "export/example-output.html" %}
{% endblock content %}