Closed tahini closed 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.
logs
Then external tools can easily make sense of it.
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.