home / mar-2025

snapshot_comments

4 rows where snapshot_pk = 95

✎ 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
138 95 95 1 103255140391 - 2025-05-02T05:59:19Z - Call Centre Not Satisfied {"id": "103255140391", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "-", "time_stamp": "02-MAY-2025 11:29:19"}
139 95 95 2 103255140391 9154686556 2025-04-30T05:40:07Z Attended By Officer T.Sowmya r {"id": "103255140391", "mobile_number": "9154686556", "posted_by": "T.Sowmya", "remarks": "r", "status": "Attended By Officer", "time_stamp": "30-APR-2025 11:10:07"}
140 95 95 3 103255140391 9849928402 2025-04-26T05:26:41Z Open anil The complaint has notbeen attended since last 1 month {"id": "103255140391", "mobile_number": "9849928402", "posted_by": "anil", "remarks": "The complaint has notbeen attended since last 1 month", "status": "Open", "time_stamp": "26-APR-2025 10:56:41"}
141 95 95 4 103255140391 9154686556 2025-04-26T05:24:10Z Attended By Officer T.Sowmya r {"id": "103255140391", "mobile_number": "9154686556", "posted_by": "T.Sowmya", "remarks": "r", "status": "Attended By Officer", "time_stamp": "26-APR-2025 10:54:10"}

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