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

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

Market Discussions

 
  • Topic is locked indefinitely.
 

wallet journal / player donation question

Author
Silver Ott
#1 - 2013-12-10 22:33:00 UTC
so i recently discovered that the wallet journal only keeps the records for only so long ...is it 3 months or something?

anywho

i need to find out donation amounts from say 4-5 months ago


is there any way for me to find the info?
would ccp help if im not able to do it myself?
TheSmokingHertog
Julia's Interstellar Trade Emperium
#2 - 2013-12-11 02:01:12 UTC
I am no expert, but maybe you could filter this out of the API somehow, ask in the tech forum.

"Dogma is kind of like quantum physics, observing the dogma state will change it." ~ CCP Prism X

"Schrödinger's Missile. I dig it." ~ Makari Aeron

-= "Brain in a Box on Singularity" - April 2015 =-

Thur Barbek
Republic University
Minmatar Republic
#3 - 2013-12-11 06:52:13 UTC
It is around 2-3 months. Or close to 8k entries. I have a theory that when you created the key has something to do with it, but im not sure.
Wafflehead
Garoun Investment Bank
Gallente Federation
#4 - 2013-12-11 10:13:55 UTC
"The journal is configured to provide up to one month worth of data. Since each request returns at most 2560 entries, you can walk forwards and backwards in the journal to retrieve more entries."

Source: http://wiki.eve-id.net/APIv2_Char_JournalEntries_XML

"You cannot walk backwards more than a month." So no, you will not be able to find them.
Gallente Citizen 827473904528
Doomheim
#5 - 2013-12-11 16:32:43 UTC
You could export your wallet entries from say EVEMON to a CSV then put them into excel or a DB but that doesn't really help you now. May be worth considering for the future if it's something you'll need.

Vis Aldent
Quafe Art
#6 - 2013-12-11 16:54:25 UTC
Still using EVEWalletAware (EWA)? Please read


EVEWalletAware


#63Posted: 2013.12.11 16:41
Vis Aldent wrote:
Nonetheless, I needed your program for the fact that EVE does flush Wallet Transactions / Journal data periodically.
(Whenever they need to try to improve or upgrade I guess...)
I lost many initial costs and income which I would now be able to refer as comparison for (the) said income / costs.
Your program would have, does and will save me the risk of future occurence.
Wafflehead
Garoun Investment Bank
Gallente Federation
#7 - 2013-12-11 17:57:19 UTC
Or create a simple PHP script to dump your API data into a database and you will always have it to hand!. Then you could easily create other scripts, like a finder, totals etc etc
Vis Aldent
Quafe Art
#8 - 2013-12-11 18:33:18 UTC
Thanks Wafflehead.
I am to use extract API data so that I can save it.
I could then use it for specific tasks and avoid clutters, even minimize on User Interface to run it on a mobile.

The best way to save data from the API wallet field with Donations would be to save them every 2 weeks or monthly before the (data) flush.
That way, you could combine data to have your 4 to 5 months organized so that you can quickly access it.


By the way, EVE Online or ccp does not always flush the EVE wallet data monthly.
I used to have over 5 months of that data before.
I was only lucky that it wasn't deleted before.
Hel O'Ween
Men On A Mission
#9 - 2013-12-12 10:14:52 UTC
Vis Aldent wrote:

By the way, EVE Online or ccp does not always flush the EVE wallet data monthly.
I used to have over 5 months of that data before.


IIRC, there's a '(A) OR (B)' condition for historical data, if I'm not mistaken it's '1 month OR 10,000 entries'. The API stops feeding data when one of the two conditions has been reached. Meaning if your corp/char has few 'journal traffic', it's quite possible to reach back more than one month.

EVEWalletAware - an offline wallet manager.