home / merged

snapshot_comments

7 rows where snapshot_pk = 17

✎ 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 17 17 1 108255392627 9100025128 2025-08-04T09:06:41Z Attended By Officer B.Ravindra rectified {"id": "108255392627", "mobile_number": "9100025128", "posted_by": "B.Ravindra", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "04-AUG-2025 14:36:41"}
27 17 17 2 108255392627 9100025128 2025-08-04T04:55:04Z Open B.Ravindra 4 {"id": "108255392627", "mobile_number": "9100025128", "posted_by": "B.Ravindra", "remarks": "4", "status": "Open", "time_stamp": "04-AUG-2025 10:25:04"}
28 17 17 3 108255392627 9154296589 2025-08-02T03:56:52Z Open P.Venkateshwar Goud farwarded {"id": "108255392627", "mobile_number": "9154296589", "posted_by": "P.Venkateshwar Goud", "remarks": "farwarded", "status": "Open", "time_stamp": "02-AUG-2025 09:26:52"}
29 17 17 4 108255392627 9985252272 2025-08-01T17:29:07Z Open sardar Not attended {"id": "108255392627", "mobile_number": "9985252272", "posted_by": "sardar", "remarks": "Not attended", "status": "Open", "time_stamp": "01-AUG-2025 22:59:07"}
30 17 17 5 108255392627 9985252272 2025-08-01T15:24:56Z Attended By Officer sardar not attended just closed the grevinace {"id": "108255392627", "mobile_number": "9985252272", "posted_by": "sardar", "remarks": "not attended just closed the grevinace", "status": "Attended By Officer", "time_stamp": "01-AUG-2025 20:54:56"}
31 17 17 6 108255392627 9985252272 2025-08-01T15:21:41Z Attended By Officer sardar not attended just closed the grevinace {"id": "108255392627", "mobile_number": "9985252272", "posted_by": "sardar", "remarks": "not attended just closed the grevinace", "status": "Attended By Officer", "time_stamp": "01-AUG-2025 20:51:41"}
32 17 17 7 108255392627 9154296589 2025-08-01T15:15:53Z Attended By Officer P.Venkateshwar Goud kapra circle {"id": "108255392627", "mobile_number": "9154296589", "posted_by": "P.Venkateshwar Goud", "remarks": "kapra circle", "status": "Attended By Officer", "time_stamp": "01-AUG-2025 20:45:53"}

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