Thread Tools Display Modes
07/17/23, 05:05 AM   #1
kaaylim
Join Date: Mar 2015
Posts: 5
MM - Export Guild store sales history to CSV

Hello,

Returning players after 2 years here, I need some help.

I used to export Guild stores sale history to csv with the help of PacrooTI tool:
https://esotoolset.github.io/

With the change of MM, this is no longer possible (MMdata replaced by GSdata).
I tried with the arkadius files, but there is no name of the item (only ItemID) and I need the name of items for my crazy spreadsheeds.

So I am wondering if any of you extract data from the files in order to export to csv or txt. How do you do?
If not, is there any list of correspondance for ItemID - name of item (and quality etc)???

Many thanks!

PS: also, just wondering why I cannot post directly in the comments section of Master Merchant Addon itself. It says "closed".

Last edited by kaaylim : 07/17/23 at 05:08 AM. Reason: Added question
  Reply With Quote
07/17/23, 06:56 AM   #2
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 655
Normally people say post in the mods comments section but it is closed. So while usually that's not the preferred method and someone would probably mention it, your post here is totally fine, with one small exception.

The sticky post answers your question as to why you can not post in the comments section and there is a link to the documentation. Which includes an index. From which you can find a troubleshooting section should you have Lua errors.

In your case though there is a section on how to export sales data and the format. I think I will add a toggle at some point to omit the itemLink from the export because it isn't really needed for the export. The name of the item is already included and parsing the export with the itemLink there would just make it more difficult. It probably will not work with that site though.

Last edited by Sharlikran : 07/17/23 at 12:39 PM.
  Reply With Quote
07/17/23, 03:05 PM   #3
kaaylim
Join Date: Mar 2015
Posts: 5
Hi,

Thanks for answering. I tried the MM export fonction, but I don't think that is what i'm looking for. It's quite hard to read, but it seems there is very few info.

The tool I linked used to provide a line for EVERY sales with buyer, seller, guild, itemlink, name, date, price, etc..
Here is an example : https://docs.google.com/spreadsheets...it?usp=sharing

(example given by Revry on ESO forum)

In Mastermerchant.lua after export I only see :

*some parameters for each of my character
* a list of seller in the guild (I guess),
*and maybe something about my sales only (but no name, just item ID, like that;
[137856] =
{
["1:0:4:0:0"] = 18500,
},

I'm not a programmer so I don't know much about lua or how to convert to csv.

Any help would be very appreciated.

Cheers,

And SHarlikran, an HUGE thank you for your addon!!!
  Reply With Quote
07/17/23, 03:13 PM   #4
kaaylim
Join Date: Mar 2015
Posts: 5
Originally Posted by kaaylim View Post
Hi,


In Mastermerchant.lua after export I only see :

*some parameters for each of my character
* a list of seller in the guild (I guess),
*and maybe something about my sales only (but no name, just item ID, like that;
[137856] =
{
["1:0:4:0:0"] = 18500,
},
Please forgive me, I realised I did not fully read the doc and was using the wrong command (export instead of sales)
I will try and see if I can get something out of it.
Thanks!
  Reply With Quote
07/17/23, 04:44 PM   #5
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 655
Please do, because there is no way you will get what you are looking for trying to process the various 18 files.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » MM - Export Guild store sales history to CSV


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off