monero-gui
monero-gui copied to clipboard
"Export all History" CSV: output should be sorted by date
I hope this is correct repo for "monero-wallet-gui".
I use the "Export all History" function to import tx data into a self-made accounting database.
For the import itself the order in the CSV file is not important, but I usually look at a diff vs. an older version of the export to see what changed and if the order is seemingly random and changes (at least I observe this when connecting to a different node), the diff will just say "everything changed", which is not helpful.
Expectation: rows in export CSV are sorted by date Status quo: rows in export CSV are in some order unknown to me
As a workaround you could use the sort
command before creating a diff.
@molecular i recently made a crude python json-RPC script which interacts with the monero-wallet-rpc to 'get_transactions -> 'make a csv file' here if you would like something similar to this let me know :)