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.
How would I split the following row data on the it...
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