I want to be able to extract the organisation name out of a very messy string. Currently i have applied around 20 rules but there is one rule/concept that I just can't seem to work out.
Example String: The Random Organisation Random Street Randomshire RR20 2RR
I have another dataset that contains a list of all streets, i.e. 'Random Street' will be a record in this 'Street' dataset
How do i get FME to look through the street dataset and find in the string the name of the street and strip it, including the rest following the street, i.e. Random Street Randomshire RR20 2RR
Thanks!