home / mar-2025

snapshot_comments

4 rows where snapshot_pk = 57

✎ 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
89 57 57 1 103255140353 9346014249 2025-03-10T02:51:46Z Attended By Officer Dr.Bheekya Attend {"id": "103255140353", "mobile_number": "9346014249", "posted_by": "Dr.Bheekya", "remarks": "Attend", "status": "Attended By Officer", "time_stamp": "10-MAR-2025 08:21:46"}
90 57 57 2 103255140353 7675035221 2025-03-08T18:44:38Z Attended By Officer vaishnavi no one came {"id": "103255140353", "mobile_number": "7675035221", "posted_by": "vaishnavi", "remarks": "no one came", "status": "Attended By Officer", "time_stamp": "09-MAR-2025 00:14:38"}
91 57 57 3 103255140353 - 2025-03-03T05:57:17Z - Call Centre Not Satisfied {"id": "103255140353", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "-", "time_stamp": "03-MAR-2025 11:27:17"}
92 57 57 4 103255140353 9346014249 2025-03-01T06:29:05Z Attended By Officer Dr.Bheekya attended {"id": "103255140353", "mobile_number": "9346014249", "posted_by": "Dr.Bheekya", "remarks": "attended", "status": "Attended By Officer", "time_stamp": "01-MAR-2025 11:59:05"}

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