Home
About
SK blog
Rapture in Everything
Posts tagged "data"
2016 May 04
2016 May 04
csv-to-sqlite - copying from CSV files to a SQLite database
csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database....
tools
python
open source
2014 Oct 26
2014 Oct 26
Migrating from Shelfari to Goodreads with OpenRefine
It seems that most of my friends are on (or have moved to) Goodreads. I like it a lot less than Shelfari, but I’m starting to think I’ll have to switch anyway. So naturally, I’m looking to migrate my data. How to do it depends on how lazy you are. If you don’t mind doing some manual work, there’s this guide [http://www.makeuseof.com/tag/how-to-migrate-from-shelfari-to-goodreads/] that I’ve used as reference. If you’d rather use OpenRefine [openrefine.org/download.html] and save yourself the tro...
how-to
data
migration