--- title: Export data heading: Export data --- {% assign sorted_export = site.export | sort: 'title' %}

Process plugins can export data. Export format of each plugin is described in this section

{% for export_table in sorted_export %}

{{export_table.title}}

{% assign textId = export_table.title | append: "_text" %} {% assign tableId = export_table.title | append: "_table" %} {% for row in export_table.fields %} {% endfor %} {% endfor %}