Improved profile matching logic
We observed that channel managersoften send the house number included in the street line. Since our system separates street and house number, a new profile is created instead of matching with the original.
We willnow validate the information from XML (AddressLine) with Address Street andAddress Number in our PMS. A match is confirmed if all words from Address Line are found in the PMS fields.
For example:
PMS: Main Street (Address Street), 19 (AddressNumber)
XML: Main Street 19
Words extracted from XML: Main, Street, 19
Since all words are present in the PMS fields,this is considered a match.
Clubbed words cannot be matched, since we relyon the data being split into distinct words.