Currently, we can only download Wizard submissions as a .json file.
Most non-technical folk would prefer a .csv as this is quite a bit easier to handle with spreadsheet applications. This would also be consistent with the rest of discourse (esp Data Explorer).
I note that Data Explorer gives the option of a .json or a .csv - it would be nice to have a UI consistent with it:
Getting the data to them is easy. The problem is that I’ve got to manually transform it first from .json to something that they can actually read / use / manipulate.
I couldn’t find a sufficiently powerful online tool to do that. This was the best, but I still need to spend quite a bit of time tidying up the result:
I would LOVE to have this feature. I didn’t quite realize it didn’t export to csv before implementing it on our forum (yes yes should’ve investigated, shouldn’t have assumed haha) and I don’t really have a clue how to easily format it. I’m not very familiar with json at all.