Skip to content
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

Import csv from banks accounts #26

Open
nykroy opened this issue Feb 6, 2020 · 2 comments
Open

Import csv from banks accounts #26

nykroy opened this issue Feb 6, 2020 · 2 comments

Comments

@nykroy
Copy link

nykroy commented Feb 6, 2020

Maeby is good idea if we can importa a csv with a movement from the bank account.

something simple like, title;amount;Currencies;type(income/expense);date;

Is It posible?

@sebastienbarbier
Copy link
Owner

I thought about it and believe this could be possible 👍, but difficulty come from the input format and the ability to recognize it.
How do your recognize and match currencies (is it ISO 4217, or symbol only), is the order always the same, banks probably don't have income/expense type but positive and negative value, do they have some sort of categories ?

One UI solution could be to just upload a file and have some recognition algorithm running to try identify the pattern, then asking the user to confirm and eventually correct this pattern but this add some extra work and was too time consuming for now.

One temporary solution would be add csv as a import export format and let dev or other people build with proper format manually but his would be frustrating and not trivial.

@nykroy
Copy link
Author

nykroy commented Feb 8, 2020

For easily select the currency and account maybe we need select it on the ui before import and csv only have description date and amount. Maybe it could make the import more simple process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants