When downloading multiple hands to provide to investigators, it is important that the names of the players under investigation are removed, often replaced as Player 1 and Player 2, to ensure that any bias of the investigators is minimised. The names of their opponents are also often replaced with Anon, although this is not essential.
Is there a way of replacing players' names while or after downloading several months' worth of hands? If not, is there a possibility of such a feature being developed?
Page 1 of 1
CHEATING INVESTIGATION
#2
Posted 2021-August-13, 12:59
idt, on 2021-August-13, 10:54, said:
When downloading multiple hands to provide to investigators, it is important that the names of the players under investigation are removed, often replaced as Player 1 and Player 2, to ensure that any bias of the investigators is minimised. The names of their opponents are also often replaced with Anon, although this is not essential.
Is there a way of replacing players' names while or after downloading several months' worth of hands? If not, is there a possibility of such a feature being developed?
Is there a way of replacing players' names while or after downloading several months' worth of hands? If not, is there a possibility of such a feature being developed?
awk grep sed
Alderaan delenda est
#5
Posted 2021-August-22, 14:18
or if you're not a unix person (but why would you not be?) you can do a global search and destroy replace throughout in Word(pad) or Notepad++.
But regex is much, much better, especially if you want to remove the opponents as well, and they're not the same all the time.
A final alternative is a CSV editor (you can tell it to separate on '|' rather than ',', and export it the same way). But that's also unpleasant.
But regex is much, much better, especially if you want to remove the opponents as well, and they're not the same all the time.
A final alternative is a CSV editor (you can tell it to separate on '|' rather than ',', and export it the same way). But that's also unpleasant.
When I go to sea, don't fear for me, Fear For The Storm -- Birdie and the Swansong (tSCoSI)
Page 1 of 1