home / may-2025

snapshot_comments

4 rows where snapshot_pk = 35

✎ 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
59 35 35 1 105255241072 - 2025-05-20T09:36:45Z - Call Centre Satisfied {"id": "105255241072", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Satisfied", "status": "-", "time_stamp": "20-MAY-2025 15:06:45"}
60 35 35 2 105255241072 9154299632 2025-05-07T11:30:22Z Attended By Officer Sri T R Prasad rectified {"id": "105255241072", "mobile_number": "9154299632", "posted_by": "Sri T R Prasad", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "07-MAY-2025 17:00:22"}
61 35 35 3 105255241072 9247462250 2025-05-06T10:38:36Z Under Process R Yeshwanth Rao Citizen informed that the grievance has been pending So please take necessary action Thank you sir. {"id": "105255241072", "mobile_number": "9247462250", "posted_by": "R Yeshwanth Rao", "remarks": "Citizen informed that the grievance has been pending So please take necessary action Thank you sir.", "status": "Under Process", "time_stamp": "06-MAY-2025 16:08:36"}
62 35 35 4 105255241072 9154299632 2025-05-03T17:29:57Z Under Process Sri T R Prasad informed to technicians {"id": "105255241072", "mobile_number": "9154299632", "posted_by": "Sri T R Prasad", "remarks": "informed to technicians", "status": "Under Process", "time_stamp": "03-MAY-2025 22:59:57"}

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