Skip to content
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

What is the syntax for Exchange Rate? #130

Open
jahagirdar opened this issue Oct 29, 2024 · 0 comments
Open

What is the syntax for Exchange Rate? #130

jahagirdar opened this issue Oct 29, 2024 · 0 comments

Comments

@jahagirdar
Copy link

jahagirdar commented Oct 29, 2024

I have a csv with the following data

... USD ExchangeRate
... 1200 84.01

my custom_init contains
self.header_map = {
'Date': 'date',
'Description': 'memo',
'Amount': 'amount',
'Balance': 'balance',
'Account Name':'payee',
'ExchangeRate': 'rate'

}
I assumed this will result in a {USD amount} @ {rate} entry in the output but it did not.
What do I need to do in my converter to get the desired result?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant