home / jul-2025

snapshot_comments

3 rows where snapshot_pk = 35

✎ 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
65 35 35 1 107255337690 9398662957 2025-07-25T14:56:04Z Submitted for Sanction Bhanu Teja Dear citizen a new cc road was submitted for sanction {"id": "107255337690", "mobile_number": "9398662957", "posted_by": "Bhanu Teja", "remarks": "Dear citizen a new cc road was submitted for sanction", "status": "Submitted for Sanction", "time_stamp": "25-JUL-2025 20:26:04"}
66 35 35 2 107255337690 7995009087 2025-07-12T19:24:51Z Open P.Prashanth ward 47 {"id": "107255337690", "mobile_number": "7995009087", "posted_by": "P.Prashanth", "remarks": "ward 47", "status": "Open", "time_stamp": "13-JUL-2025 00:54:51"}
67 35 35 3 107255337690 7994322365 2025-07-07T14:53:59Z Open Allisetty Srinesh please take n.a. {"id": "107255337690", "mobile_number": "7994322365", "posted_by": "Allisetty Srinesh", "remarks": "please take n.a.", "status": "Open", "time_stamp": "07-JUL-2025 20:23:59"}

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.212ms