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:
Andreas Gohr
2016-12-06 12:01:36 +01:00
parent a0b3799e38
commit f36cc6349b
4 changed files with 129 additions and 3 deletions

View File

@ -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/