Skip to content

aseba/ToshlImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#What you need

##A sqlite 3 database

sqlite3 database.sqlite

##A table called expenses

CREATE TABLE expenses(id INT PRIMARY KEY, amount REAL, date TEXT, tags TEXT, imported INT)

##And a .csv with your expenses The .csv must be named expenses.csv and the first line must be

date,tag,amount

All other lines must follow that schema having:

  • date in the form of YYYY-mm-dd
  • tag as a comma separated list onetag,othertag,someothertag
  • amount as a float value

About

A script to import my expenses to Toshl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages