This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
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
Hi @Tommaso83 Use the 'dynamic rename' tool. Choose the formula 'rename mode' and use the formula
Titlecase([_currentfield_])
Hope that helps
Ollie
Hi @Tommaso83
Use the Dynamic Rename tool, with Formula method
Select your fields
Titlecase(Current Field) - *syntax might no be exactly this one
Cheers,