This repository was archived by the owner on Jun 2, 2025. It is now read-only.
New API for non-XML exports
A previously existing CSV export has been generalized to a tabular export with a JSON implementation added:
acdhOeaw\tokeneditorModel\Token::exportCsv()dropped in favour of a genericasArray()method with actual output formatting left out to the external formatter classesacdhOeaw\tokeneditorModel\Document::exportCsv()replaced by theexportTabular()methodacdhOeaw\tokeneditorModel\ExportTableInterfaceadded as a common interface for non-XML outputsacdhOeaw\tokeneditorModel\ExportCsvandacdhOeaw\tokeneditorModel\ExportJsonprovided for CSV and JSON exports