Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Rename the fields in a dataset

Ronal_bal
8 - Asteroid

Hi, I'm trying to rename the fields of a dataset. But Columns I need to rename is 70. 

Example below. Any idea? I tried with dynamic rename bit I don't have input header for 70 columns.




Screenshot 2022-06-14 081310.png

1 REPLY 1
DataNath
17 - Castor
17 - Castor

@Ronal_bal, do you have any more details regarding the logic of this rename? For your example, you could simply use a formula in the dynamic rename, rather than current and new header columns. In this case, because you're using formula, it makes no difference how many fields you have.

 

Before:

 

DataNath_0-1655209410335.png

 

After:

 

DataNath_1-1655209422625.png

 

Workflow attached - you obviously just need to change 'XYZ' and 'ABC' to your target and replacement requirements, respectively.

Labels