Hi. I have to ingest an Excel file where the send insists on adding quotations around a manager's name. This causes join issues when summarizing later.
I have this:
IF ([MANAGER ] = 'John “Jack” Jones' THEN 'John "Jack" Jones' ELSE [MANAGER ] ENDIF
Note that the nickname of Jack coming in from the Excel file has the inverted quotation marks. Whereas Alteryx is a different format. I tried different suggestions searching around here, but nothing comes close to solving. Any suggestions?