We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing an OFX file, amounts all appear as NaN. This is due to the code using the naive Number parser: source.
Number
Using a different parser. I saw number-parsing recommended on SO.
The text was updated successfully, but these errors were encountered:
Can you provide an example ofx file?
Sorry, something went wrong.
Of course, gimme a minute. But any number such as -5,74 will cause a NaN
-5,74
NaN
Here you go @youngcw parsing-number-locale-issue.zip
Successfully merging a pull request may close this issue.
Verified issue does not already exist?
What happened?
When importing an OFX file, amounts all appear as NaN. This is due to the code using the naive
Number
parser: source.Solution
Using a different parser. I saw number-parsing recommended on SO.
The text was updated successfully, but these errors were encountered: