-
- Downloads
Add experimental new OFX importer (#921)
Hi there, I try to tackle #798 here. It was suggested to throw this behind a feature flag, so here it is! this does its best to import the problem file in #767. I am working on this because it would make my work on #918 easier :) Feel free to set the feature flag to true and try the new importer. The date parser is not as sophisticated as the one in `node-libofx`, but I tried 3 different OFX files, one from my bank, one from the mocks, and one from #767. They all seem to work well enough on that front, but this is definitely the weak point of the new implementation. Let me know what you think!
Showing
- packages/desktop-client/src/components/modals/ImportTransactions.js 59 additions, 2 deletions...esktop-client/src/components/modals/ImportTransactions.js
- packages/loot-core/package.json 1 addition, 0 deletionspackages/loot-core/package.json
- packages/loot-core/src/server/accounts/parse-file.js 141 additions, 0 deletionspackages/loot-core/src/server/accounts/parse-file.js
- upcoming-release-notes/921.md 6 additions, 0 deletionsupcoming-release-notes/921.md
- yarn.lock 21 additions, 0 deletionsyarn.lock
Loading
Please register or sign in to comment