jseutter / ofxparse

Ofx file format parser for Python
http://sites.google.com/site/ofxparse/
MIT License
204 stars 121 forks source link

Handle new formattings for decimal numbers #152

Closed KiudLyrl closed 4 years ago

KiudLyrl commented 5 years ago

Allow parsing of number containing spaces or startting with a '+' sign.

Such as '1 025,58' or '+1205'.

jseutter commented 4 years ago

I added some tests and merged