Calling all Racers for the Alteryx Grand Prix! It's time to rev your engines and race to the stage at Inspire! Sign up here.

Alteryx Designer Discussions

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

Change Column header from "TITLE" to "Title"

Tommaso83
Alteryx Alumni (Retired)

Dear Community,

 

I'm trying to create my very first workflows.

 

I have a CSV sheet where all Column header are capital letters.

 

Can you please suggest the formula to change from "TITLE" to "Title"?

 

Thanks 

2 REPLIES 2
OllieClarke
15 - Aurora
15 - Aurora

Hi @Tommaso83 Use the 'dynamic rename' tool. Choose the formula 'rename mode' and use the formula

Titlecase([_currentfield_])

OllieClarke_0-1574691262795.png

Hope that helps

 

Ollie

Thableaus
17 - Castor
17 - Castor

Hi @Tommaso83 

 

Use the Dynamic Rename tool, with Formula method

 

Select your fields

 

Titlecase(Current Field) - *syntax might no be exactly this one

 

Cheers,

Labels