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

Alteryx Designer Desktop Discussions

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

Joining Files and Identifying Duplicate Access

fjlorenzo
8 - Asteroid

Hi, need help on the following. Thank you for your help.

 

  1. I need to add the HR information to file1 from file2
  2. I also need to output and validate all users with two roles but with different access
Input File1
NameRolesAccess
Alexbirthright role1Read
Alexbusiness role1Write
Allenbirthright role2Read
Allenbusiness role3Read
Romybirthright role1Read

 

Input File2
NameJob Role
AlexAnalyst
AllenData Encoder
RomyProgrammer

 

First Output - Need to add Job Role
NameRolesAccessJob Role
Alexbirthright role1ReadAnalyst
Alexbusiness role1WriteAnalyst
Allenbirthright role2ReadData Encoder
Allenbusiness role3ReadData Encoder
Romybirthright role1ReadProgrammer

 

Second Output - will display only user with two roles but with different access
NameRolesAccessJob Role
Alexbirthright role1ReadAnalyst
Alexbusiness role1WriteAnalyst
7 REPLIES 7
ShankerV
17 - Castor

Hi @fjlorenzo 

 

One way of doing this.

 

ShankerV_0-1680287444974.png

 

ShankerV_0-1680287842409.png

 

 

Many thanks

Shanker V

fjlorenzo
8 - Asteroid

Thank you Shanker. Can you post the workflow?

ShankerV
17 - Castor

Hi @fjlorenzo 

 

The workflow is saved and you can see at the end of the post with download symbol.

Please let me know if you face any issues in downloading the workflow.

 

fjlorenzo
8 - Asteroid

Hi Shanker, thank you for your help.

fjlorenzo
8 - Asteroid

Shanker, I tried it but it's still not displaying users with different access.

ShankerV
17 - Castor

Hi @fjlorenzo 

 

I believe you might have used this in the huge dataset.

Can you please few samples how the huge dataset is.

So that can tweak the workflow for your huge dataset.

 

Many thanks

Shanker V

fjlorenzo
8 - Asteroid

@ShankerV  it is working now. I grouped it by Identity. Thank you.

Labels
Top Solution Authors