ofxparser icon indicating copy to clipboard operation
ofxparser copied to clipboard

account balance format

Open olaulau opened this issue 5 years ago • 0 comments

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 !

olaulau avatar Jan 14 '20 15:01 olaulau