chairemobilite / evolution

Online survey platform for travel survey
MIT License
4 stars 9 forks source link

Export interview logs in a parseable way #721

Closed tahini closed 1 month ago

tahini commented 1 month ago

The logs column of the interview is a json array of json objects. It should be possible to export it to a csv, maybe exploding the array with one log per line associating a timestamp, interview_id and modified/deleted fields.

Then external tools can easily make sense of it.