libevecache 0.1.2 binary and filename globbing
I have built a new binary of libevecache 0.1.2 for Windows. Included are several important fixes to the CSV export file.
Note that filename globbing (such as using *.cache) is NOT working under cmd.exe in Windows (PowerShell not tested), since Windows does not do filename globbing for commands. As a temporary workaround, use bash
Great, thanks for such a speedy reaction to my problem. I will look into getting bash to work. I actually have unixutils on my winxp, but no bash so far.
Comment by Juno — September 24, 2009 @ 12:37 am
nice code from what I have seen but I would make a sugguestion
dump the globbing idea and use folder location instead. and have libevecache read through each file in that directory. would be a little slower but will work with windows out of the box.
so this command
dumper –market “C:\Documents and Settings\user\Local Settings\Application Data\CCP\EVE\c_program_files_ccp_eve_tranquility\cache\MachoNet\87.237.38.200\235\CachedMethodCalls\*.cache” > alllogs.csv
should be redone as
dumper –market “C:\Documents and Settings\user\Local Settings\Application Data\CCP\EVE\c_program_files_ccp_eve_tranquility\cache\MachoNet\87.237.38.200\235\CachedMethodCalls\” > alllogs.csv
so you would need a couple of extra lines of code. but I believe it would be better that way
Comment by Freibuis — May 13, 2010 @ 4:18 am
Very useful, cut a huge chunk of work out of my project. I don’t suppose there’s an undocumented feature for extracting price history too?
Comment by De Void — October 25, 2010 @ 7:04 pm