digital-marketing-framework/typo3-distributor-csv

Anyrel - Distributor - CSV

Installs: 940

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/digital-marketing-framework/typo3-distributor-csv

3.0.1 2025-06-04 15:07 UTC

This package is auto-updated.

Last update: 2025-10-04 15:46:17 UTC


README

EXT:dmf_distributor_csv is providing a destination for EXT:dmf_distributor_core, which handles form submissions for various endpoints.

It is saving the form data by appending it to a CSV file.

Setup

All basic settings, explained in EXT:dmf_distributor_core, apply to this extension as well.

fileIdentifier

Set the path and filename to the CSV file that the form data shall be appended to. Default: 0:/form-submits.csv

delimiter

Set the delimiter character for the CSV file. Default: ';'

enclosure

Set the enclosure character for the CSV file. Default: '"'