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.
SOLVED

How to transform manually created table into Alteryx friendly input

Nickolay
6 - Meteoroid

Hi All,

 

I would like to transform a manually created table in Excel (Backup.xlsx) into a simple machine readable table (Output needed.xlsx) that can be used by Alteryx for further processing. Both files are attached below. Any help would be highly appreciated. Thanks a lot in advance!

4 REPLIES 4
aatalai
14 - Magnetar

The simplest way is have 2 data inputs from the same file and sheet.

 

1) import the information from row 9 onwards. and perform sumarises and selects to format

 

2) imoort the same sheet from e2 to b5 to get the date and fx rates, then append them to the section 1

 

let me know if that helps

Nickolay
6 - Meteoroid

Hi Aatalai,

 

Thank you for your reply! The date and fx rate date should be easy to add as they are the same for all the rows. 

 

How can we transpose the Project, Name headers to the columns? 

 

 
aatalai
14 - Magnetar

@Nickolay is that from row 3 or row 7? I would import it from there and then use select record to remove unwanted rows/sample tool and set skip the first n rows. Let me know if that helps?

Nickolay
6 - Meteoroid

Yes, it helped. I managed to get what I wanted. Thanks a lot!

 

Screenshot 2024-01-31 122651.png

Labels