Alteryx Designer Desktop Discussions

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

Parsing data to be side by side

Deano478
12 - Quasar

Hi all,

 

I've pulled data down from an API and just need some assistance with trying to parse it as I've tried multiple approaches and have had no luck.

 

The data in question which I have made ananoymous looks like so:

 

JSON_NameJSON_ValueString
items.0.num123456
items.0.nameTESTING COMPANY LIMITED
items.1.num789101
items.1.nameTRIFECTA & TEST SERVICES LIMITED
items.2.num121314
items.2.nameTEST ESTATES UNLIMITED COMPANY
items.3.num151617
items.3.nameGLADYS COMPANY LIMITED

 

I need to get each row next to each so Items.0.num is next to items.0.name like so:

JSON_NameNameJSON_ValueStringValue
items.0.num123456items.0.nameTESTING COMPANY LIMITED
items.1.num789101items.1.nameTRIFECTA & TEST SERVICES LIMITED
items.2.num121314items.2.nameTEST ESTATES UNLIMITED COMPANY
items.3.num151617items.3.nameGLADYS COMPANY LIMITED

 

Any helps is much appreciated and my thanks in advance

3 REPLIES 3
MilindG
12 - Quasar

@Deano478 Does this work for you?

Deano478
12 - Quasar

@MilindG that did the trick thank you. I've never used the make columns tool before so that's something new iv'e learned today

MilindG
12 - Quasar

@Deano478 Glad to help!! 

Labels