home / feb-2025

snapshot_comments

2 rows where snapshot_pk = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
3 5 5 1 102255097090 9154901720 2025-02-01T09:52:52Z Attended By Officer GHMC Dear citizen, kindly approach respective GHMC circle office or GHMC Head office tax section for duplicate PTIN issue. {"id": "102255097090", "mobile_number": "9154901720", "posted_by": "GHMC", "remarks": "Dear citizen, kindly approach respective GHMC circle office or GHMC Head office tax section for duplicate PTIN issue.", "status": "Attended By Officer", "time_stamp": "01-FEB-2025 15:22:52"}
4 5 5 2 102255097090 9000516555 2025-01-31T18:40:55Z Open AliKhan Vijay agent submitted 2 property tax with wrong addresss.I made a payment of 27343/- on 29th Feb 24 to duplicate PTIN1121001523 kindly apply the payment to My correct PTIN- 1121001555-null {"id": "102255097090", "mobile_number": "9000516555", "posted_by": "AliKhan", "remarks": "Vijay agent submitted 2 property tax with wrong addresss.I made a payment of 27343/- on 29th Feb 24 to duplicate PTIN1121001523 kindly apply the payment to My correct PTIN- 1121001555-null", "status": "Open", "time_stamp": "01-FEB-2025 00:10:55"}

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