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.

Renaming Headers Inconsistency

SaraChen25
6 - Meteoroid

Hello,

My headers are repeated but the way Alteryx renames it is weird. For example, I would expect P1 to be renamed as P1_2, P2 to be renamed as P2_2, etc. However, P2_2 is renamed to P9_2. Does anyone know why?

4 REPLIES 4
dwstada
11 - Bolide

interesting bug, in my recreation alteryx tried to continue the sequence (2023.1)

no idea why it does that, but it seems like you have to fix that before inputting or work based on column positions

 

renamebug.PNG

KenL
Alteryx
Alteryx

This behavior when automatically renaming duplicate field names that end with a number is expected, see the Help documentation for more information.

 

You can also use the Dynamic Rename tool to rename the fields as you like.

Ken L.

Customer Support Engineer
Alteryx, Inc.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @SaraChen25 

As suggested by @KenL , if you use Dynamic Rename tool, the workflow may be like the attached workflow.

I hope this helps.

 

Workflow

Sample_RenamingHeeaders_workflow.png

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Forgot to attach the input data. Re-attach the same workflow in yxzp format.

Labels
Top Solution Authors