some automatic rector fixes
apply #670 and manually cleanup afterwardsfixes some failing testsuses sexplode over array_padreformats multiline arrays
Automatic code style fixes
Manual code style adjustments
PHP code sniffer autofixes
Manual coding style fixesMethod and variable visibility, camel case method names. Some exclusions due to inheritance
Automatic coding style fixes
add raw CSV exportThis allows exporting the raw data of a schema in the same format asused in the CSV import.
do not intercept our own syntax
more formatting implemented in CSV export renderer
fixed headers
fixed missing guardian
support email type in CSV export
export actual CSV. validated successful at csvlint.iocomma as separatordouble quotes as text enclosurequotes escaped by doubling themWindows CRLF line endings
made csv export a component