Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Fuzzy match but for columns headers

Istwineres
8 - Asteroid

I was wondering if it is possible to use a better solution than multiple join to match the columns headers. I've got multiple files with different headers columns and different number of columns. Thanks!

2 REPLIES 2
pedrodrfaria
13 - Pulsar

Hi @Istwineres 

 

The best solution I believe would be to Transpose the columns, apply the fuzzy matching, update the names, crosstab back to orientation it was before and move on with the workflow.

 

Pedro.

cain_m
6 - Meteoroid

The issue with this solution is that it changes the names of the columns, removing special characters (%,-,etc.) which are needed in my data. How can we do this without changing the column names? 

Labels
Top Solution Authors