Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

account balance format #59

Open
olaulau opened this issue Jan 14, 2020 · 0 comments
Open

account balance format #59

olaulau opened this issue Jan 14, 2020 · 0 comments
Labels
enhancement This adds new functionality or improves existing functionality.

Comments

@olaulau
Copy link

olaulau commented Jan 14, 2020

transactions amounts are returned as float, whereas balance amount is returned as string.
with some banks (french caisse d'épargne), balance amount has comma instead of dot as decimal separator (ie. : -34,18). If you apply a floatval() to this string, this cuts down the cents. (french crédit agricole ofx files doesn't have this issue)
of course I can process the string or use NumberFormatter parser, but it would be more convenient if it was integrated into ofxparser and that balance amount was returned as proper float !

@asgrim asgrim added the enhancement This adds new functionality or improves existing functionality. label Jan 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement This adds new functionality or improves existing functionality.
Projects
None yet
Development

No branches or pull requests

2 participants