I tried to import transactions from my crypto.com wallet. When I imported csv file of "crypto transactions" I received the following error message:
1 rows were not imported
Usually errors occur when the 'amount' field contains zero value (ignore these) or the currency is not found in our database. For currency-related issues you will need to find the correct ticker name for the coin on this page (or on coinmarketcap) and change it in the csv file then re-upload it. For other errors, you can request assistance.
"Row #124":{2 items
"multi":[2 items
0:{12 items
"Timestamp (UTC)":"2022-05-29 10:12:57"
"Transaction Description":"Balance Conversion"
"Currency":"LUNA"
"Amount":"-1000947.2163"
"To Currency":NULL
"To Amount":NULL
"Native Currency":"EUR"
"Native Amount":"132.88465352926322957576703587478068"
"Native Amount (in USD)":"133.2335162745968719786884449528979210931074"
"Transaction Kind":"crypto_wallet_swap_debited"
"Transaction Hash":NULL
"File Row #":10
}
1:{12 items
"Timestamp (UTC)":"2022-05-29 10:12:57"
"Transaction Description":"Balance Conversion"
"Currency":"LUNC"
"Amount":"1000947.2163"
"To Currency":NULL
"To Amount":NULL
"Native Currency":"EUR"
"Native Amount":"144.62738129373451820475180544759329"
"Native Amount (in USD)":"145.00707228098186590406733138619388390220345"
"Transaction Kind":"crypto_wallet_swap_credited"
"Transaction Hash":NULL
"File Row #":9
}
]
"total":2
}
Maybe this happens because the internal "transaction above" (BALANCE CONVERSION) has NULL in "To Amount" field. Anyway it is correct because, as you can see, I converted LUNA tokens in LUNC tokens using conversion feature of crypto.com app. So it converted 1000947.2163 LUNA tokens in 1000947.2163 LUNC tokens. Anyway it is clear that the import feature of Koinly doesn't read correctly the above type of transaction (conversion of crypto tokens). Is it possibile to fix this problem? Thanks.