Consolidating hotels data from various booking sites with different IDs or reference
- by Victor
In one of my projects, I have data for hotels, and other booking sites are able to book this hotel. For example:
Hotel A - Booking (ID = 4002), Expedia (ID = 123), Priceline (ID = 147)
The three booking engines each uses their own Id to reference to Hotel A. I would need to check manually and make the right reference to the hotel. If I have…