Hello, I am new to Alteryx and have the following issue.
I am trying to reward participation for members who have attended an event. To give an organization a participation point, I must upload a csv file in our backend with the exact spelling of the member organization. I have the master list of member organizations but the participation for the event is based on user submitted data. Consequently, the organizations are spelled differently in the users submitted data (e.g. Hp vs HP Inc. vs HP, Inc. vs HP, etc) than the master list.
Each organization will only get one point even if multiple people from the same organization attend. How can I use Alteryx to compare the two lists and create an output of the unique organizations with the correct spelling?
Currently, I removed the duplicates in the user submitted data but unsure how to move forward.
Thank you!