digital-marketing-framework / typo3-distributor-csv
Digital Marketing Framework - Distributor - CSV
Installs: 675
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- digital-marketing-framework/distributor-csv: ^2.1
- digital-marketing-framework/typo3-distributor-core: ^2.1
- typo3/cms-core: ^11.5 || ^12.4
Requires (Dev)
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, (including the overwrite mechanics) 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: '"'