unitedworldwrestling / arena-public

14 stars 5 forks source link

Importing athlete, #66

Closed NumanYayici closed 2 years ago

NumanYayici commented 2 years ago

Dear Csaba When i reimport athletes from excel it Doubles athlete agein. İ did import without putting draw numbers. Thanks Numan

csabavirag commented 2 years ago

Numan, if you want to avoid duplications on Person records across multiple imports (for the same or even a different event), you must use one of the "ID" fields within the import sheet. Chose either the "Athena Print ID" or "Custom ID" (recommended for Federations) columns to assign a unique ID to every person. This way the import process will be able to identify an existing Person in the database and will not create a new record at every import. Without using the CustomID there is no way to differentiate two Person with the same name from each other.

CustomID value is free text, so you can generate it per your needs. For example you can use your athlete's Federation Registration Number here, or any other way which guarantees you to a unique identification of a Person at your competitions.

NumanYayici commented 2 years ago

Thank you Csaba