Learn more about the Alteryx Maveryx Universe recently announced at Inspire 2023!

Alteryx Designer Desktop Discussions

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

Union is removing field descriptions

EvolveKev
8 - Asteroid

Hey there!

 

I'm merging two similar datasets of survey data. Both are similar, with the exception that dataset #1 has more variables (for example, a question has more answer options in dataset #1).

 

I've matched the files perfect after doing a bit of renaming, and I've unioned the two datasets. My challenge is this: union only copies over common field descriptions. So, any new questions or answer options in dataset #1 does not get copied over. 

 

Screen Shot 2019-09-13 at 11.06.43 AM.pngScreen Shot 2019-09-13 at 11.07.00 AM.png

 

As you can see from above, there are gaps in the descriptions - these are new variables that are only present in dataset #1 and not dataset #2.

 

Any idea how I can ensure ALL field descriptions get copied over even if they are only present in one dataset not both?

 

1 REPLY 1
EvolveKev
8 - Asteroid

I *think* I figured it out: Dynamic rename tool.

 

I used the "take field descriptions from the right input metadata" option in the rename tool, and boom - looks like my blank field now have a description!

 

Screen Shot 2019-09-13 at 11.44.10 AM.png

 

Labels