Daily Voice of Customer metrics from InMoment Field Reporting. Same data views planned for Grafana Infinity once the plugin is configured.
exports/voc-summary.csv into voc/, then serve this folder over HTTP (double-clicking the HTML will not work).
1. Export yesterday’s Overall Transactional Detail XLS from InMoment.
2. Run python ingest/export_for_grafana.py --watch-dir in the inmoment-grafana-dashboard project.
3. Copy exports/voc-summary.csv into this site’s voc/ folder (one file for all charts).
4. Serve the site locally: python -m http.server 8080 then open http://localhost:8080/voc_dashboard.html.
5. Or use Upload CSV(s) above if you opened the file directly from disk.