18F / imls-pi-stack

Other
7 stars 0 forks source link

Add CSV output to `session-counter` alongside `durations.sqlite` #17

Open jadudm opened 3 years ago

jadudm commented 3 years ago

We currently write data to durations.sqlite for local access. However, SQLite files are not going to be... a native file format for our users.

We need to also dump CSV data. This is not hard, but we did not have time to do it.