<= [[plugin:struct|Struct Plugin]] ====== Struct Plugin: CSV Export ====== ===== Aggregations ===== All [[plugin:struct:aggregation|Aggregations]] do show a small "Export as CSV" link below the result table. Clicking it will export all data of that aggregation, applying the current filters and columns. Limits and offsets will be ignored and all matching data will be exported. CSV-Export can be disabled with the ''csv: 0'' option. Exports use the following CSV format: * Separator: '','' * Text Delimiter: ''%%"%%'' * Line-Endings: CRLF (Windows) * Charset: UTF-8 ===== Admin ===== The CSV export above will export exactly what a (possibly filtered) aggregation shows. The [[plugin:struct:schemaedit|Schema Editor Import/Export tab]] offers a second way to export all raw data of a schema as CSV. Data exported here can also be [[plugin:struct:csvimport|reimported]].