die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

[TASK] Improve export #30

Closed lorenzulrich closed 2 years ago

lorenzulrich commented 2 years ago

Fallback to field label on missing id, export all saved field ids over time:

If no field ID is set, the Node identifier (like 7bf85ad4-5be8-48d1-a9e6-894384e0d4f3) was used as column header. This change enhances the readability of the export files by using the field label if set.

Exporting form data only extracted the columns of the last entry. If the form has changed over time by adding or removing fields those where not exportet. The pacht now looks up all saved entry attributes and includes them to the export data.

Additional changes:

lorenzulrich commented 2 years ago

Sorry, mistakenly opened.