You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}
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?
The text was updated successfully, but these errors were encountered:
I have a csv with the following data
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?
The text was updated successfully, but these errors were encountered: