Describe the problem:
When you export a certain overview of transactions, the csv is kind of a mess. It seems that the first line contains 1 cell with data separated by commas (as expected), but the rest of the rows actually contain columns that have a mix of comma-separated entries and this is spread over different columns. Next to that, the actual values of the prices are not put as numbers and it makes it very hard to change this too.
Given the importance of being able to debug the koinly app (as there is so much not really functioning in there), could you at least make sure this works pls?

