Bitcoin Forum

Other => MultiBit => Topic started by: jim618 on July 28, 2013, 03:47:35 PM



Title: Export transactions coming in v0.5.14
Post by: jim618 on July 28, 2013, 03:47:35 PM
This weekend I have been coding up functionality to export all your transactions in a wallet to a comma separated value (CSV) file.
You can then import these into a spreadsheet.

There is now an 'Export' button at the bottom of the Transactions tab:

https://multibit.org/postImages/exportTransactions1.png


When you click on that you get a file chooser where you can specify where you want the CSV file stored. There is a default set which I expect most people will use:

https://multibit.org/postImages/exportTransactions2.png


This produces the CSV file and puts a little confirmation message in the status bar.
When you import it into a spreadsheet it will look something like this:
(but not in Chinese ! - I was just testing the Unicode was working ok)

https://multibit.org/postImages/exportTransactions3.png

The current fields being exported are:

+ date of transaction
+ description
+ amount in BTC
+ amount in fiat
+ transaction id

(The two BTC values shown as 0 are correct - it's just the two decimal places default formatting which needs extending).