digital-marketing-framework / typo3-distributor-csv
Anyrel - Distributor - CSV
Installs: 882
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.2
- digital-marketing-framework/distributor-csv: ^3.0
- digital-marketing-framework/typo3-distributor-core: ^3.0
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
- mediatis/typo3-coding-standards: ^2.1 || ^3.1
Conflicts
- typo3/class-alias-loader: < 1.1.0
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: '"'