To convert json to csv:
./timeline_json2csv.py < goodtimes.json > goodtimes.csv
Edit the spreadsheet (with excel), then convert back:
./timeline_csv2json.py < goodtimes.csv > goodtimes.json
Note: We assume csv files are utf-16 encoded (like excel writes them),
not utf-8 (like soffice would).
Todo: make this a command line option.