{"html_url": "https://github.com/simonw/sqlite-utils/issues/223#issuecomment-762540514", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/223", "id": 762540514, "node_id": "MDEyOklzc3VlQ29tbWVudDc2MjU0MDUxNA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-01-19T01:14:58Z", "updated_at": "2021-01-19T01:15:54Z", "author_association": "OWNER", "body": "Example from https://docs.python.org/3/library/csv.html#csv.reader\r\n```pycon\r\n>>> import csv\r\n>>> with open('eggs.csv', newline='') as csvfile:\r\n... spamreader = csv.reader(csvfile, delimiter=' ', quotechar='|')\r\n... for row in spamreader:\r\n... print(', '.join(row))\r\nSpam, Spam, Spam, Spam, Spam, Baked Beans\r\nSpam, Lovely Spam, Wonderful Spam\r\n```\r\nI'm going to add `--quotechar` as well as `--delimiter`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 788527932, "label": "--delimiter option for CSV import"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1195#issuecomment-763108730", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1195", "id": 763108730, "node_id": "MDEyOklzc3VlQ29tbWVudDc2MzEwODczMA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-01-19T20:22:37Z", "updated_at": "2021-01-19T20:22:37Z", "author_association": "OWNER", "body": "I can use this test: https://github.com/simonw/datasette/blob/c38c42948cbfddd587729413fd6082ba352eaece/tests/test_plugins.py#L238-L294", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 789336592, "label": "view_name = \"query\" for the query page"}, "performed_via_github_app": null}