Afternoon,
I am still fairly new to Alteryx but need some help as I have two issues that are kind of the same - I think.
My data set is my company's wireless data which means there is a phone number, device ID, user name, device type, device model, etc. The usual data points one would expect when working with wireless data.
Issue #1
My issue is that I need to correct the phone numbers that are showing up as they are showing up as a number such as:
| Raw Data | Corrected Data |
| 2,065,551,212 | 206-555-1212 |
| 8,175,551,212 | 817-555-1212 |
| 9,405,551,212 | 940-555-1212 |
Issue #2
Some device types are encoded differently and I need to normalize the column of data.
| Raw Data | Corrected Data |
| iPhone xR | iPhone XR |
| iPhone X R | iPhone XR |
iPhone XR | iPhone XR |
| iPhone RX | iPhone XR |
Can you please give me some advice on how I might be able to do this?
Thanks in advance!
Scott