Alteryx Designer Desktop Discussions

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

Output Issue

henrygeorge
8 - Asteroid

Hi Team, 

 

This is my Static Excel File with various names based on Region - 

APACLDNNYEMEA + ID contains "CAR"
ManishRevanthRuthNithin

 

This is my Raw Data Input File - note it should not fill in those that already have an owner

IDNameRegionOwner
7845ABCAPAC[Null]
56253DFGLDN[Null]
5456FGTNY[Null]
ABC56TYYAPACRam
CARTB56MADEMEA[Null]
5454ITCEMEA[Null]

 

This is how I want the output to be like - 

IDNameRegionOwner
7845ABCAPACManish
56253DFGLDNRevanth
5456FGTNYRuth
ABC56TYYAPACRam
CARTB56MADEMEANithin
5454ITCEMEA[Null]

 

How do I get this output? Especially with conditions like contains in the static file?

 

Please do help.

2 REPLIES 2
Assaf_m
11 - Bolide

Hi,

 

Attached is a solution for your problem, 

 

Note that the last record in your output is showing [Null} where it should show Nithin.

 

Please check and let me know if it works.

OllieClarke
15 - Aurora
15 - Aurora

Hi @henrygeorge If you restructure your header file, you can use the dynamic replace tool to get what you want

OllieClarke_0-1583834225586.png

 

OllieClarke_0-1583834295505.png

 

 

Labels