Skip to content

Format of results, especially in CSV #11

Description

@dueringa

A feature request:

Which Forms version are you running? (see apps page)
1.0.3

Nextcloud or ownCloud?:
Nextcloud

Nextcloud/ownCloud version: (see Nextcloud admin page)
16.0.1

Steps to reproduce

  1. Create Form
  2. Provide some answers
  3. View results

Actual behaviour

Results are shown with one line per answer:

Name    Question #   Question             Response
anon1   1            Pineapple on pizza?  Yes
anon1   2            Favorite editor?     Emacs
anon2   1            Pineapple on pizza?  No
anon2   2            Favorite editor?     vim

Expected behaviour

I'd actually like the output to be one line per user, so I have all answers in one line, like

Name    Question #   q1                   r1      q2                 r2
anon1   1            Pineapple on pizza?  Yes     Favorite editor?   Emacs
anon2   1            Pineapple on pizza?  No      Favorite editor?   vim

or even like

Name    Question #   Pineapple on pizza?    Favorite editor?
anon1   1            Yes                    Emacs
anon2   1            No                     vim

That would make the data easier to work with for my use with (using the exported CSV file as a data file for jekyll).

(I'm interested if other users found this useful, too. Currently, I could work around this by doing a custom SQL query as I only have one form).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions