home / aug-2025

snapshot_comments

3 rows where snapshot_pk = 24

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, status_text, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
43 24 24 1 108255392634 7337557279 2025-08-25T07:38:09Z Attended By Officer Smt.B.Swathi Case filed and penalty to be imposed {"id": "108255392634", "mobile_number": "7337557279", "posted_by": "Smt.B.Swathi", "remarks": "Case filed and penalty to be imposed", "status": "Attended By Officer", "time_stamp": "25-AUG-2025 13:08:09"}
44 24 24 2 108255392634 9701258146 2025-08-22T11:51:25Z Open Call Centre Not Satisfied {"id": "108255392634", "mobile_number": "9701258146", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "Open", "time_stamp": "22-AUG-2025 17:21:25"}
45 24 24 3 108255392634 7337557279 2025-08-22T07:40:20Z Attended By Officer Smt.B.Swathi conducted inspection and lifted samples for lab analysis {"id": "108255392634", "mobile_number": "7337557279", "posted_by": "Smt.B.Swathi", "remarks": "conducted inspection and lifted samples for lab analysis", "status": "Attended By Officer", "time_stamp": "22-AUG-2025 13:10:20"}

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 16.098ms