Player roster

For discussion of the Poker Mavens server module and other administration topics
Post Reply
Goodshoe
Posts: 12
Joined: Thu Oct 22, 2020 5:59 pm

Player roster

Post by Goodshoe »

With my members' permission, I would like to publish a roster of all the players on my site. We have 40 or so players. I want to publish the usernames, real names, email, and possibly mobile phone numbers (entered as a custom field when player registers).
Is there a way to export this information into a table or CSV file?
I tried to simply copy and paste the information from the HTML table from the admin screen, but the result looked petty bad and was hard to format.
Thank you!
Scott Goodman
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Player roster

Post by Kent Briggs »

Use the Export button on the Accounts tab in the Windows interface. That will create a text file of JSON objects. Go to a JSON to CSV converter web site like this one:

https://json-csv.com/

Upload your JSON file, click convert, download your CSV file.

You may want to manually delete the first header line of the JSON file (using a plain text editor) before uploading to get a cleaner output file. The header line looks like this:

Code: Select all

{"FileType":"AccountSettings","Version":"6.27"}
Post Reply