Replies: 1 comment 7 replies
-
This is working as designed, but I'll see if I can catch this. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My bank exports the csv amount column in number like:
The import job is turning those numbers into:
I initially thought it might be something to do with how some countries use a comma like "1,000" for one thousand, while some use a period like "1.000" for one thousand. (At least I think that's a thing.) But I couldn't find any setting related to that, and I'm not sure how 0.02000 would get parsed into 2,000.00 even if that was the cause...
I couldn't find anyone else having this issue, or I just didn't have the correct search terms.
Any tips on what I might have missed?
Thanks!
Edit:
I dug into my logs and found this:
So, it's working as designed? Is there a way around that?
FYI, I'm running the
fireflyiii/data-importer:version-1.4.2
Docker image.Beta Was this translation helpful? Give feedback.
All reactions