Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Different number of lines in input than output

GdeH
7 - Meteor

Hi, 

I would like to add a column from File 2 to File 1. We can link those files with a common KEY. 

And I would like to obtain the same number of lines in input File 1 than in the output (Browse on the very right of the printscreen). 

However, I have more lines in the output than in the input. How can this happen? How can I remediate this? 

Thank you. 

GdeH_0-1613817535506.png

 

 

 

3 REPLIES 3
messi007
15 - Aurora
15 - Aurora

@GdeH,

 

You have a duplicated keys on the key column that's why.

So you have to group by key or use unique tool and select the key column.

 

Hope this helps,

Regards 

GdeH
7 - Meteor

Thank you for your answer, however, I've already add a group by to the key in file 2 (see print screen). I still have more lines in the output. Am I understanding this wrong? 

danilang
19 - Altair
19 - Altair

Hi @GdeH 

 

Assuming you want to the output to include the same number of rows as File 1, add a RecordID after your File 1 input and one after the Summarize tool.  Attach a Unique tool to the J output of your Join tool and configure it to look for unique values based on the RecordID from File1.  Look at the records in the D output of the Unique tool.  The RecordID from File2 will show you which rows from File 2 are being duplicated in your output.

 

Dan

Labels
Top Solution Authors