When I try to import my Coinmotion Transaction Summary CSV, some rows fail with errors:
````
unknown coinmotion type "accrued_interest"
unknown coinmotion type "staking_reward"
unknown coinmotion type "stake"
unknown coinmotion type "unstake"
unknown coinmotion type "interest_deposit"
unknown coinmotion type "interest_withdrawal"
Workaround
I need to import the file (to import rows that work) and then I need to modify the file to a Koinly-readable format to import transactions that are failing.
  • Keep only rows where type is "accrued_interest" or "staking_reward" (the other failing types are not needed), delete all other rows
  • Rename column
    time
    to
    Koinly Date
  • Rename column
    cryptoAmount
    to
    Amount
  • Rename column
    toCurrency
    to
    Currency
  • Add column called
    Tag
    , fill it with
    reward
    for all rows