When I import my transactions from Coinbase using CSV, simple Buys and Sells are not imported, throwing an error:
cant detect bought amount from
But I believe the data for those transactions is there
Workaround
Edit the file before importing:
  • Rename column "Price Currency" to "Spot Price Currency"
  • Add new empty column "Price Currency"
  • Rename column "Total (inclusive of fees and/or spread)" to "Total (inclusive of fees)"
  • Add new empty column "Total (inclusive of fees and/or spread)"
Note that "Convert" type transactions will still throw an error as direction of the trade is unknown
Workaround 2
Use the API to import your data instead of the CSV