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

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

Split excel sheet to Columns

igorfv
8 - Asteroid

Hi Guys,

 

How to split the excel sheet below to columns?

 

My excel:

 

FIELDSVALUE
SI_AUTHORAAA
SI_CREATION_TIME03/02/2020 17:03
SI_DESCRIPTIONv2.1
SI_NAMEXPTO
SI_OWNERAdministrator
SI_PARENTID63817
SI_UPDATE_TS7/22/20 6:12:41 PM
SI_AUTHORBBB
SI_CREATION_TIME03/02/2020 17:03
SI_DESCRIPTIONv2.1
SI_NAMEXYZ
SI_OWNERAdministrator
SI_PARENTID63817
SI_UPDATE_TS7/22/20 6:12:41 PM

 

 

Result:

 

SI_AUTHORSI_CREATION_TIMESI_DESCRIPTIONSI_NAMESI_OWNERSI_PARENTIDSI_UPDATE_TS
AAA03/02/2020 17:03v2.1XPTOAdministrator638177/22/20 6:12:41 PM
BBB03/02/2020 17:03v2.1XYZAdministrator638177/22/20 6:12:41 PM

 

Thanks,

Igor Valle

 

4 REPLIES 4
Prometheus
12 - Quasar

@igorfv You can group by FIELDS and group by VALUES to remove duplicates, then Cross Tab to pivot your data, then Text to Columns (Split to Rows) on SI_AUTHOR to parse out the concatenated values there.

Group.PNG

CT.PNG

Split to Rows.PNG

igorfv
8 - Asteroid

My friend, thanks for your support asap, but the workflow result is not the same as above. Could you adjust the workflow, please? The column "SI_NAME" is different.

 

Igor Valle

binuacs
21 - Polaris
igorfv
8 - Asteroid

Perfect @binuacs! It's working fine.

 

Have a nice day.

 

Igor Valle

Labels
Top Solution Authors