We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Cleanse Column Headers

cpomeroy
5 - Atom

Is there a way to cleanse my column headers?

5 REPLIES 5
Luke_C
17 - Castor
17 - Castor

@cpomeroy The dynamic rename tool might be what you're looking for, can you provide a bit more information?

BrandonB
Alteryx
Alteryx

I agree with @Luke_C that Dynamic Rename is the way to go. You can use formulas like trim([_CurrentField_]) to remove leading and trailing white spaces from column names or pretty much any other formula you would use to clean up data for that matter. 

 

BrandonB_0-1622819550026.png

 

cpomeroy
5 - Atom

I have a column header that has a leading whitespace in it, and need to remove it for a formula that is being downstream in the process.

mbarone
16 - Nebula
16 - Nebula

As the others have said - dynamic rename is the way to go.

YRichardson12
7 - Meteor

Thank you, this worked!!!

Labels
Top Solution Authors