Alteryx Designer Desktop Discussions

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

Split excel sheet to Columns

igorfv
7 - Meteor

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
7 - Meteor

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
20 - Arcturus
igorfv
7 - Meteor

Perfect @binuacs! It's working fine.

 

Have a nice day.

 

Igor Valle

Labels