joaoftrodrigues / atpdb-cleanup-and-conversion-to-relational

0 stars 0 forks source link

Extract player's id from playerLink #7

Closed joaoftrodrigues closed 1 year ago

joaoftrodrigues commented 1 year ago

Description

Take website's id given to respective player.

The intention to obtain the id is to distinguish between players with same name.

Dafas-sudo commented 1 year ago

Player Duplicates:

{ "_id": "Martin Damm", "uniqueIds": [ "d214", "d0dt" ], "count": 2 }, { "_id": "Andreas Weber", "uniqueIds": [ "w449", "w237" ], "count": 2 }, { "_id": "Robert Phillips", "uniqueIds": [ "p239", "pd13" ], "count": 2 }, { "_id": "Alexey Nesterov", "uniqueIds": [ "n0ax", "n645" ], "count": 2 }, { "_id": "Mark Kovacs", "uniqueIds": [ "k678", "kb22" ], "count": 2 }, { "_id": "Alberto Gonzalez", "uniqueIds": [ "g975", "g419" ], "count": 2 }, { "_id": "Enrique Pena", "uniqueIds": [ "p0iz", "p306" ], "count": 2 } ]