mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-15 21:43:17 +00:00
add raw CSV export
This allows exporting the raw data of a schema in the same format as used in the CSV import.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* CSV export of tabular data
|
||||
* CSV export of tabular data generated in Aggregations
|
||||
*
|
||||
* Note: this is different from meta\CSVExporter
|
||||
*
|
||||
* @link https://tools.ietf.org/html/rfc4180
|
||||
* @link http://csvlint.io/
|
||||
|
Reference in New Issue
Block a user