home / feb-2026

snapshot_comments

4 rows where snapshot_pk = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
5 3 3 1 102265688258 9346064139 2026-03-18T09:29:39Z Open Dr.Srinivas Rudra the complaint pertains to Circle 6, Ghatkesar. {"id": "102265688258", "mobile_number": "9346064139", "posted_by": "Dr.Srinivas Rudra", "remarks": "the complaint pertains to Circle 6, Ghatkesar.", "status": "Open", "time_stamp": "18-MAR-2026 14:59:39"}
6 3 3 2 102265688258 8099272990 2026-02-27T18:16:50Z Open Rukhsana i have register a Grievance at National Consumer Grievance Portal With docket number 8787833 {"id": "102265688258", "mobile_number": "8099272990", "posted_by": "Rukhsana", "remarks": "i have register a Grievance at National Consumer Grievance Portal With docket number 8787833", "status": "Open", "time_stamp": "27-FEB-2026 23:46:50"}
7 3 3 3 102265688258 8099272990 2026-02-25T04:26:43Z Open Rukhsana 9346064139 n answering so i will lodge a complain in national consumer website to resolve my problem {"id": "102265688258", "mobile_number": "8099272990", "posted_by": "Rukhsana", "remarks": "9346064139 n answering so i will lodge a complain in national consumer website to resolve my problem", "status": "Open", "time_stamp": "25-FEB-2026 09:56:43"}
8 3 3 4 102265688258 8099272990 2026-02-19T15:44:00Z Open Rukhsana still waiting since 20 days and did not get any result {"id": "102265688258", "mobile_number": "8099272990", "posted_by": "Rukhsana", "remarks": "still waiting since 20 days and did not get any result", "status": "Open", "time_stamp": "19-FEB-2026 21:14:00"}

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