These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Science & Industry

 
  • Topic is locked indefinitely.
 

financial analysis

Author
Elsa Nietchize
School of Applied Knowledge
Caldari State
#1 - 2012-02-27 16:57:07 UTC
Is there a way to export your transaction log into an excel format?
I've started get into production but i haven't been counting every transaction to determine my profit margins. I know how much I've spent but I don't really know how much I've made. It would be cool if I could export my wallet transaction log into Excel so i can sort it by date/item sold and understand what's been my total revenue for a particular item over a specified period of time.
Emma Royd
Maddled Gommerils
#2 - 2012-02-27 18:04:43 UTC
Something like EVEMentat might do what you want.
mxzf
Shovel Bros
#3 - 2012-02-27 19:06:05 UTC
I believe what you're looking for is an API call: http://wiki.eve-id.net/APIv2_Char_JournalEntries_XML

Depending on how much parsing you're willing to do, it's fairly easy to manually turn the XML into a CSV that Excel can open. Also, in this page it talks about being able to open XML documents natively in Excel, so it might be even easier than that.
Elsa Nietchize
School of Applied Knowledge
Caldari State
#4 - 2012-02-27 23:36:41 UTC
excellent. Thanks, both of you!