Alteryx Designer Desktop Discussions

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

parse and combine column

jillv
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 ANTWORTEN 6
ShankerV
Castor

Hi @jillv 

 

Please find the expected output.

One way of doing this.

ShankerV_0-1676612359051.png

 

binuacs
Arcturus

@jillv Another approach

binuacs_0-1676617132726.png

 

Raj
Magnetar

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
Meteor

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

 

jillv_0-1676649522015.png

 

BS_THE_ANALYST
Magnetar

@jillv one way:

BS_THE_ANALYST_0-1676650902139.png

 

 

binuacs
Arcturus

@jillv updated workflow attached

binuacs_0-1676659261994.png

 

Beschriftungen