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 Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

How would I split the following row data on the items columns to get n-material rows? company_name items Company 1 item1, item2 into 2 rows company_name items Company 1 item1 Company_1 item2

4d72a4e3d26e69de2467
6 - Meteoroid
 
1 REPLY 1
GowtamK
7 - Meteor

Just wanted to know more on it.

 

Provided data:

company_name items

Company 1 item1, item2

 

Expected data:

 

company_name , items

Company 1 , item1, item2

 

 

Can we get the raw data as expected above? If it's yes, we can easly do the transfermation