home / jan-2025

snapshot_comments

4 rows where snapshot_pk = 21

✎ View and edit SQL

This data as json, CSV (advanced)

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

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
26 21 21 1 101255052442 - 2025-04-21T09:29:43Z - Call Centre Not Satisfied {"id": "101255052442", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "-", "time_stamp": "21-APR-2025 14:59:43"}
27 21 21 2 101255052442 9154686556 2025-04-19T03:28:07Z Attended By Officer T.Sowmya rectified {"id": "101255052442", "mobile_number": "9154686556", "posted_by": "T.Sowmya", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "19-APR-2025 08:58:07"}
28 21 21 3 101255052442 9618485928 2025-02-01T15:56:40Z Open MOHAMMED Citizen informed that the grievance has been pending. so please take necessary action.Thank you sir. {"id": "101255052442", "mobile_number": "9618485928", "posted_by": "MOHAMMED", "remarks": "Citizen informed that the grievance has been pending. so please take necessary action.Thank you sir.", "status": "Open", "time_stamp": "01-FEB-2025 21:26:40"}
29 21 21 4 101255052442 9618485928 2025-01-03T13:13:17Z Open MOHAMMED Citizen informed that the grievance has been pending. so please take necessary action.Thank you sir. {"id": "101255052442", "mobile_number": "9618485928", "posted_by": "MOHAMMED", "remarks": "Citizen informed that the grievance has been pending. so please take necessary action.Thank you sir.", "status": "Open", "time_stamp": "03-JAN-2025 18:43:17"}

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