-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Out of date #692
Comments
Hi @smith558, I am not actively using Mintos anymore, could you provide an updated account statement csv or create a PR to update the config ./config/mintos.yml? |
Hello, the problem is that the parser does not recognize the comma when I make a german export from mintos. Input Format: Output format: where can I configure in the PP parser that it should set a simicolon as a separator instead of a comma? another problem, in current mintos file, the tax value |
Hi @flod1, hmm... Good question. Since I don't have an up to date mintos export I can't really check myself. That being said:
Now, the question is what you actually would like to get on the output side. The output format of the csv file with respect to the decimal delimiter handling is currently rather inflexible. Could you please elaborate on the tax value issues? In general, I am toying since quite some time with the idea to refactor the whole parsing and writing functionality. It might be that using pandas/numpy might be better suited to handling this kind of transformation especially with the different csv input formats wrt decimal delimiter and output format. |
I might look into this in the future, currently not able to open a PR any time soon. Exported from Mintos on 23/02/2023: 2-months-account-statement.csv
|
Okay, taxes require an additional type_regex entry in the yaml file, additional handling in the statements and parser classes. Including handling of the absence of the same in other cases/config files. |
@ChrisRBe updated my comment above (careful, by |
Does not support the new updated structure of Mintos CSV export
The text was updated successfully, but these errors were encountered: