This one is probably easy but I can't find the solution anywhere.
In excel the shortcut Alt+Enter will create a new line in a cell:
| First Name | First Name |
| header is 1 line | header is 2 lines |
Both of these headers have exactly the same characters and spacing but the left one is formatted as 1 line and the right is formatted with 2 lines. Unfortunately the files I work will come in both formats.
When I unite two files with headers with this formatting difference that are otherwise identical the data doesn't match because Alteryx is reading them as unique headers. took me a looooooong time to figure this out since in the Select tool they appear exactly the same!
How do I get Alteryx to read ONLY THE HEADERS as the same when there are line breaks in them like this?