I have two files taken from two different server. In these two files are presents the matches of some football teams. As you know football teams can be called with differents names.
I would like implement a code that can recognise the same football match in the two files in order to take same variables from a file and some other from the other file.
for example in one file i have a match called
Derry City - Bray Wanderers
and in the other file i have the same match that is called
Derry City - Bray
how can i do this?
i have no ideas.
Very simple script to replace aliases for teams. You’ll need to fill it with aliases yourself, I made some up. If you have multiple games, the hash will overwrite the existing ones, as long as all the aliases are exchanged for full names.