I wrote a script to extract information from the bazaar log file. The output is a list of all items sold, buyers, totals for the items, and a grand total at the end of the list.
Here is an example of the output with the buyer's names sanitized. The grand total does not add up because I extracted only two items from the output list.
I have not seen much reaction to the other perl script I have posted, and so far only one person has sent a PM to me asking for my bought and sold scripts mentioned in the jewelcraft forum about the cost to raise JC from 0 to 250.
So I am not sure if there is much interest in the scripts, and I don't want to waste the time of the EQTraders community posting the scripts if there is no interest. Please let me know.
For those who don't know, there is a Perl for Microsoft Windows. You can download it from http://www.activestate.com/Products/ActivePerl
I have no affiliation with Active State. I downloaded ActivePerl and installed it on my Windows XP system to test it. It works. Normally, I use Perl on my Linux system.
Here is an example of the output with the buyer's names sanitized. The grand total does not add up because I extracted only two items from the output list.
Code:
Tear Etched Swatch Qty Amount Buyer ----- ---------- ------------------------ 43 430.000 Name #1 6 60.000 Name #2 4 40.000 Name #3 27 270.000 Name #4 52 520.000 Name #5 73 730.000 Name #6 17 170.000 Name #7 ----- ---------- 222 2220.000 Wok Qty Amount Buyer ----- ---------- ------------------------ 1 35.000 Name #1 1 35.000 Name #2 1 35.000 Name #3 ----- ---------- 3 105.000 Grand Total Qty Amount ----- ---------- 11543 330570.200
So I am not sure if there is much interest in the scripts, and I don't want to waste the time of the EQTraders community posting the scripts if there is no interest. Please let me know.
For those who don't know, there is a Perl for Microsoft Windows. You can download it from http://www.activestate.com/Products/ActivePerl
I have no affiliation with Active State. I downloaded ActivePerl and installed it on my Windows XP system to test it. It works. Normally, I use Perl on my Linux system.
Comment