-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to import categories from CSV #1801
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
06956b6
to
f732053
Compare
👋 Looks very exciting! But there is a small bug: the Demo import: Reproduction steps:
Suggested change: if the category does not exist - do not show it in the transaction import preview table. |
Sorry for the delay getting back to this; it's still on my list of things to get back to! That's definitely doable! I didn't want to jump to that approach though since it requires pulling and passing around the relevant data of what categories exist through more of the pipeline. If that's not a concern I'll get that change made when I get some time. |
Would it be possible to add an option to create the missing categories? This alongside #1788 would, I think, make importing Mint csv files fully possible if the accounts get stored in the notes field or something. |
I'd briefly considered this, but figured it was out of scope for this PR since it requires changing the dynamic of defining your budgets. |
Hey just wanted to chime in to say this specific feature is what has been holding me back from migrating over to Actual so I super appreciate the work you're doin here Scott. Lookin forward to this getting merged in so I can pull my old register in from financier.io |
Just an aside but I was intrigued to see that YNAB cannot import categories! |
Thanks for the appreciation! I know it's not ideal, but if you're eager to get moving like I was: this change is functional as is (it just has the small bug @MatissJanis pointed out), so you can build and run this version to do the import, then export the result and import it in to your regular Actual instance. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR was closed because it has been stalled for 5 days with no activity. |
Picking up from PR #82
Summary
Evidence
Notes
Notes
Import Options
section to toggle this functionality on and off, though this is functionality only works with existing category names and all other values are ignored; this could be easily changed to create unrecognized categories, like thePayee
field