We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to put files in standard template

Pandey19
8 - Asteroid

Hi,

 

I've a standard template with some color coded column names and i've some input files .

I want to simply copy data from input files to the standard template removing headers of input file and keeping everything in template file. And the color code of template should also be not disturbed.

Is it possible to achieve in alteryx?

Template:

Some headers    
systemsystemsystemsystemsystemsystem
a1     
DateNumTypeAcctCodeName

 

Input:

DateNumTypeAcctCodeName
10/7/2021182S2002000ABC
10/7/2021182S2092300DEF
10/7/2021182S2122000GHI
10/7/2021182S3132000JKL

 

Output:

Some headers    
systemsystemsystemsystemsystemsystem
a1     
DateNumTypeAcctCodeName
10/7/2021182S2002000ABC
10/7/2021182S2092300DEF
10/7/2021182S2122000GHI
10/7/2021182S3132000JKL
3 REPLIES 3
AZuc
Alteryx Alumni (Retired)

@Pandey19 

 

I believe the answer is in this link https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Outputting-to-a-formatted-excel-templa...

 

André Zuccatti

Sales Engineer - LATAM -
Alteryx, Inc.


Pandey19
8 - Asteroid

@AZuc ,

I just want to copy my input data and paste into template file . Row 1 to 4 will be the headers from template file and from row 5 will be my input data

AZuc
Alteryx Alumni (Retired)

@Pandey19 

 

Sorry, this is the correct link https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Excel-output-to-formatted-sheet/td-p/5...

 

You basically need to configure your excel output in a way similar to this one

AZuc_0-1635434083655.png

 

André Zuccatti

Sales Engineer - LATAM -
Alteryx, Inc.


Labels
Top Solution Authors