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
If I have a file with the currency symbol for credit and debit, the currency symbol is stripped and the transaction is not balanced.
Example CSV:
07/02/19,ALIEXPRESS,$ 12.40,₪ 46.32, 07/02/19,ALIEXPRESS,$ 8.29,₪ 30.97, 07/02/19,ALIEXPRESS.COM,$ 10.98,₪ 41.02,
this will result in transactions like:
2019-02-03 * ALIEXPRESS.COM ; MD5Sum: c4d25e113867328107d41df888567599 ; CSV: 03/02/19,ALIEXPRESS.COM,$ 7.60,₪ 28.34, Expenses:Unknown ₪ 7.60 Liabilities:CreditCard:CalFix ₪ -28.34 2019-02-03 * ALIEXPRESS.COM ; MD5Sum: ec1c415dbec58336d539fe46a279bf8b ; CSV: 03/02/19,ALIEXPRESS.COM,$ 3.36,₪ 12.53, Expenses:Unknown ₪ 3.36 Liabilities:CreditCard:CalFix ₪ -12.53 2019-02-03 * WWW.ALIEXPRESS.COM ; MD5Sum: 1e95004ef338600cfd343c75c88d5b82 ; CSV: 03/02/19,WWW.ALIEXPRESS.COM,$ 10.58,₪ 39.45, Expenses:Unknown ₪ 10.58 Liabilities:CreditCard:CalFix ₪ -39.45
There should be a way to just get the raw transaction.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If I have a file with the currency symbol for credit and debit, the currency symbol is stripped and the transaction is not balanced.
Example CSV:
this will result in transactions like:
There should be a way to just get the raw transaction.
The text was updated successfully, but these errors were encountered: