home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 864480051

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1382#issuecomment-864480051 https://api.github.com/repos/simonw/datasette/issues/1382 864480051 MDEyOklzc3VlQ29tbWVudDg2NDQ4MDA1MQ== 9599 2021-06-20T00:20:06Z 2021-06-20T00:21:02Z OWNER

Yes you can - thanks for pointing this out, I've added a comment to the install.sh script in the datasette-csvs Glitch project:

bash pip3 install -U --no-cache-dir -r requirements.txt --user && \ mkdir -p .data && \ rm .data/data.db || true && \ for f in *.csv do # Add --encoding=latin-1 to the following if your CSVs use a different encoding: sqlite-utils insert .data/data.db ${f%.*} $f --csv done

So if you edit that file in your own project and change the line to this:

  sqlite-utils insert .data/data.db ${f%.*} $f --csv --encoding=iso-8859-1

It should fix this for you.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
925406964  
Powered by Datasette · Queries took 1.046ms · About: github-to-sqlite