home / jan-2025

snapshot_comments

4 rows where snapshot_pk = 77

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status_text, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
119 77 77 1 101255052498 - 2025-01-07T09:49:17Z - Call Centre Satisfied {"id": "101255052498", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Satisfied", "status": "-", "time_stamp": "07-JAN-2025 15:19:17"}
120 77 77 2 101255052498 9154931422 2025-01-06T03:43:17Z Attended By Officer Dr.Chandra Shekar clear {"id": "101255052498", "mobile_number": "9154931422", "posted_by": "Dr.Chandra Shekar", "remarks": "clear", "status": "Attended By Officer", "time_stamp": "06-JAN-2025 09:13:17"}
121 77 77 3 101255052498 9866505931 2025-01-06T02:58:26Z Open M. Vijay Kumar nill {"id": "101255052498", "mobile_number": "9866505931", "posted_by": "M. Vijay Kumar", "remarks": "nill", "status": "Open", "time_stamp": "06-JAN-2025 08:28:26"}
122 77 77 4 101255052498 7997951619 2025-01-03T05:02:22Z Open Yousufguda sweeping not done {"id": "101255052498", "mobile_number": "7997951619", "posted_by": "Yousufguda", "remarks": "sweeping not done", "status": "Open", "time_stamp": "03-JAN-2025 10:32:22"}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE snapshot_comments (
    comment_pk INTEGER PRIMARY KEY,
    snapshot_pk INTEGER NOT NULL REFERENCES complaint_snapshots(snapshot_pk) ON DELETE CASCADE,
    ordinal INTEGER NOT NULL,
    complaint_id TEXT NOT NULL,
    mobile_number TEXT NOT NULL,
    comment_timestamp TEXT NOT NULL,
    status_text TEXT NOT NULL,
    posted_by TEXT NOT NULL,
    remarks TEXT NOT NULL,
    raw_comment_json TEXT NOT NULL,
    UNIQUE(snapshot_pk, ordinal)
);
Powered by Datasette · Queries took 15.757ms