Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Feature Request/Question: Parse values on CSV Export? #46

Closed tyler-ament closed 4 years ago

tyler-ament commented 9 years ago

Hi Team,

Is it possible to revise the csv export that you can do via the FormIt CMP (after using FormItSaveForm hook in a form) so that instead of storing all of the submission data in the values field we break it out into columns for each field?

Would be really helpful when providing client access to the Extra and allowing them to export. Currently I have to clean up the csv and then provide to clients, which defeats the purpose of the feature from a client-empowerment perspective.

Maybe I am just doing things incorrectly, so let me know where the docs are to do this if that is the case.

Thanks!

Bumme commented 9 years ago

So basically what you want is to specify the export fields? That's a great idea. Will see if i've got some time to do that next week.

tyler-ament commented 9 years ago

@Bumme I think so. If by specify export fields you mean determine the columns in the csv. Many thanks!

devlanda commented 4 years ago

The form fields are exported in separate columns already. This issue can be closed.