You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of income/expense CSVs with the columns date, amount (negative-valued for expense and positive-valued for income), description, category, comment.
What broad steps should i take to transform this data so Bagels can read it?
The text was updated successfully, but these errors were encountered:
I haven't built a dedicated import tool yet unfortunately, but if you're hacky, you can try transforming the csv format similar to the schema of the database (you can find the schema in https://github.com/EnhancedJax/Bagels/blob/main/src/bagels/models), and convert the csv to a sqlite db
I have a bunch of income/expense CSVs with the columns
date
,amount
(negative-valued for expense and positive-valued for income),description
,category
,comment
.What broad steps should i take to transform this data so Bagels can read it?
The text was updated successfully, but these errors were encountered: