Hi,
I have this list of players and teams in a FIFA soccer tournament received from the organisers (attached). The data is in this format:
AUS 1 GK Andrew REDMAYNE - (Central Coast Mariners, AUS)
AUS 2 D Daniel MULLEN - (Adelaide Utd., AUS)
AUS 3 D Luke DEVERE - (Brisbane Roar, AUS)
The spaces between "AUS", "1", "GK", and "Andrew" are all Tabs. I want to use it as a code replacement, so think I need to get it into this format:
AUS1 Andrew Redmayne
AUS2 Daniel Mullen
i.e. I need to delete the extra information, remove some of the tabs, and convert words in ALLCAPS to first letter in uppercase, rest of word lowercase. I just need the name to be inserted into the caption, none of the team info. It would be useful to optionally include the playing-position, but that's not essential.
Can anyone help me as to how I can reformat the whole document this way without doing it all manually (it's rather long).
Many thanks in advance.....
[attachment deleted by admin]