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

0 stars 0 forks source link

Verify WL values #11

Closed joaoftrodrigues closed 1 year ago

joaoftrodrigues commented 1 year ago

Description

WL informs if the respective player won or lost, on a tournament phase. It was found that there was other values then W or L, so the possible values must be check, to do a cleaning process if needed.

Steps

  1. Check values that are not W or L
  2. Establish if there's a need to clean
  3. Clean if needed was established.
inescelorico commented 1 year ago

db.atpplayers.updateMany({"WL":""},{$set:{"WL":null}})