History log of /plugin/struct/renderer/csv.php (Results 1 – 15 of 15)
Revision Date Author Comments
# ba662a60 07-Apr-2025 Andreas Gohr <andi@splitbrain.org>

some automatic rector fixes


# 7fe2cdf2 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 17a3a578 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Manual code style adjustments


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# f36cc634 06-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

add raw CSV export

This allows exporting the raw data of a schema in the same format as
used in the CSV import.


# 470e44be 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

do not intercept our own syntax


# ba55430d 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

more formatting implemented in CSV export renderer


# 1ba236ca 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

fixed headers


# 3889beb2 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

fixed missing guardian


# 49fe301b 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

support email type in CSV export


# b22abfe9 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

export actual CSV. validated successful at csvlint.io

comma as separator
double quotes as text enclosure
quotes escaped by doubling them
Windows CRLF line endings


# eafc109f 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made csv export a component