If you have Alteryx Intelligence Suite, you can use the Python tool to integrate your existing Python code directly into your Alteryx workflow. This way, you can leverage the NLTK library and stemmer function as you did in your original Python implementation. I do not have an example for you, maybe someone else can provide that. You could also create a reference list of misspelled words (if you have historical data) and perform a fuzzy match. You would need to do a clean up of your incoming data (remove punctuation, reduce case to lowercase, etc) this doesn't have to be your output, you can create a new field. That way you remove any possible mismatches. For example, someone inputs inc. and some just inputs inc then you would have a match. Best of luck.