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

Alteryx Designer Desktop Discussions

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

I need help with data transforamation

Newtoalteryx
7 - Meteor

1.png

 

Table 1 and 2 are my inputs and I need to figure out a way to generate the desired output. Please let me know if it's possible. Thanks!!

6 REPLIES 6
apathetichell
19 - Altair

You want the desc concatenated in your ouptut - no? what you are showing here is just table 2 with | replaced by comma... The way do what you want:

 

1) recordid - table2.

2) text to columns (table 2) - split to rows, | is your delimiter.

3) join citation on citation.

4) summarize - group by record id, concatenate desc.

5) join resulting table to original table2 from step 1 via recordid field

Newtoalteryx
7 - Meteor

Sorry for the mistake. I edited my file. Can you please guide me on how to proceed now?

 

Newtoalteryx
7 - Meteor

Sorry for the mistake. I edited my file. Can you please guide me on how to proceed now?

apathetichell
19 - Altair

Follow the steps I laid out - that was my assumption.

Newtoalteryx
7 - Meteor

Hey,

 

I am running into a problem while summarizing the data.  I want to group my data by site_id, inspection start and end date. Please let me know if I am doing something wrong. Thanks!1.png

apathetichell
19 - Altair

No - if nothing is being group together then you have unique values cross those 3 fields.

Labels