Export UID in CSV

Hello! I have a custom ranking system that I’ve developed and it would be super useful to either have emails or a UID associated with a user also be exported in the CSV. I’m currently basing ranking/scoring off of PlayerName which is dynamic and you could have multiple users named John or Phil and then the system would break. Having a unique Identifier (preferably email) would be the bee’s knees.

Current CSV

PlayerName,CourseName,LayoutName,Date,Total,+/-,Hole1,Hole2,Hole3,Hole4,Hole5,Hole6,Hole7,Hole8,Hole9
Par,Cedarcrest Park DGC,Main,2024-03-15 1014,27,,3,3,3,3,3,3,3,3,3
Peter,Cedarcrest Park DGC,Main,2024-03-15 1014,27,0,3,3,3,3,3,3,3,3,3

Requested CSV output

PlayerName,PlayerID,CourseName,LayoutName,Date,Total,+/-,Hole1,Hole2,Hole3,Hole4,Hole5,Hole6,Hole7,Hole8,Hole9
Par,,Cedarcrest Park DGC,Main,2024-03-15 1014,27,,3,3,3,3,3,3,3,3,3
Peter,email@email,Cedarcrest Park DGC,Main,2024-03-15 1014,27,0,3,3,3,3,3,3,3,3,3

or

PlayerName,PlayerID,CourseName,LayoutName,Date,Total,+/-,Hole1,Hole2,Hole3,Hole4,Hole5,Hole6,Hole7,Hole8,Hole9
Par,,Cedarcrest Park DGC,Main,2024-03-15 1014,27,,3,3,3,3,3,3,3,3,3
Peter,uID,Cedarcrest Park DGC,Main,2024-03-15 1014,27,0,3,3,3,3,3,3,3,3,3

Thanks!
Peter

2 Likes

Hi Peter, Thanks for posting about this Though this isn’t currently available, it could be in the future. Emails like this help us gauge interest and prioritize new additions to the app, so we appreciate you taking the time to contribute to the community! - Team UDisc

UIDs would be awesome! At one point I wrote a script to convert the csv export to normalized SQL tables that were easier to query. But I remember the user names being the biggest sticking point. I think I ended up just throwing out any rounds with multiple players, but that wouldn’t work for your use case.

Thanks for responding @BeckyKate, is this something that the dev team would consider? Ie: has a ticket been made or has this just been filed away? I guess I don’t actually know what UDisc’s philosophy is for integrating with external services (which I’d be very interested in learning about).

1 Like

When we have suggestions and/or requests come in from members we record and group them within similar categories. We then use that feedback to assist in making decisions on which projects to prioritize now and in the future. So it will be considered! Whether or not it is something that is prioritized is yet to be determined. :slight_smile: Hope your weekend is amazing, Peter! Best, Becky Kate