home / sept-2025

snapshot_comments

2 rows where snapshot_pk = 41

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
87 41 41 1 109255451051 7337557230 2025-09-30T07:57:17Z Submitted for Sanction P.Ravali sor,badly damaged stretches sanctioned and work will be taken up to avoid inconvenience {"id": "109255451051", "mobile_number": "7337557230", "posted_by": "P.Ravali", "remarks": "sor,badly damaged stretches sanctioned and work will be taken up to avoid inconvenience", "status": "Submitted for Sanction", "time_stamp": "30-SEP-2025 13:27:17"}
88 41 41 2 109255451051 9665779206 2025-09-05T01:37:00Z Open Chandan Singh its been a week with no update on this issue. Kindly look into this issue as soon as possible {"id": "109255451051", "mobile_number": "9665779206", "posted_by": "Chandan Singh", "remarks": "its been a week with no update on this issue. Kindly look into this issue as soon as possible", "status": "Open", "time_stamp": "05-SEP-2025 07:07:00"}

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