Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

parse and combine column

jillv
7 - Meteor

Hi

 

I am having a hard time to parse and combine the columns of a nested json after cross tab. I am stuck on the below:

 

RecordIDcusip2Set_cusip2Record_0_codecusip2Set_cusip2Record_0_identifiercusip2Set_cusip2Record_1_codecusip2Set_cusip2Record_1_identifier
1A123456789IUS1234567892
2IUS23456677775  

 

the result i am expecting would be something like the below

 

RecordIDAI
1123456789US1234567892
2 US23456677775

 

 

thank you in advance!

6 REPLIES 6
ShankerV
17 - Castor

Hi @jillv 

 

Please find the expected output.

One way of doing this.

ShankerV_0-1676612359051.png

 

binuacs
21 - Polaris

@jillv Another approach

binuacs_0-1676617132726.png

 

Raj
16 - Nebula

In this case bot of the following workflows work properly but i suggest you to go with 1st one from image to perform automation in workflow

Raj_0-1676620787211.png

 

jillv
7 - Meteor

@binuacs  thanks, however, the value for the highlighted below is not correct, it should be US1234567892. :(

 

jillv_0-1676649522015.png

 

BS_THE_ANALYST
15 - Aurora
15 - Aurora

@jillv one way:

BS_THE_ANALYST_0-1676650902139.png

 

 

All the best,
BS

LinkedIN

Bulien
binuacs
21 - Polaris

@jillv updated workflow attached

binuacs_0-1676659261994.png

 

Labels
Top Solution Authors