Hi, playing with the trial version of Alteryx Designer and threw some particularly dirty, but actual, data at it. My first challenge is that some of the user-entered dates have typos. I've split the date into 3 columns so that I can clean up the year then re-glue it back together again. For example I have the following years:
3019
3017
...
2107
2106
2071
2027
Most of these are pretty clearly typos especially since these dates are historical (test scores). So my question - do I really have to write a fairly convoluted IF to clean these? Is there a CASE/SWITCH statement I can use to at least group them? Is there a better way?
Thanks.