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

Replace data in an Output file

Jenina
8 - Asteroid

Hello,

 

Is there a way to replace the data in Output file instead of overwriting/creating new ones? I want to retain the table format in my output.

 

Input file is from a different excel workbook.

 

 

Thank you!

4 REPLIES 4
NMangera
11 - Bolide

@Jenina ,

If the requirement is to replace the values in an output file whilst retaining existing formatting, then you can use the configurations options of the table tool (reporting palette) to create a template that will persist each time the workflow is run with new data. 

Jenina
8 - Asteroid

@NMangera 

 

Hello - The process owner requires the output to be like the attached. I can't configure the table like that so I resorted to replace. 

 

Thanks!

Jenina

NMangera
11 - Bolide

you can preserve formatting on overwrite if you put in a range when you output. If you have the same layout everyday, I'd suggest putting the columns that you don't want overwritten at the end of your table. 

 

In the attached workflow, I only brought in the fields that I wanted to update by naming the cell range . I then apply a simple data cleaning operation by replacing the blanks zeros and then I output directly back into the same sheet.  Again,  I selected the range that I wanted to output to and checked the box that said 'Preserve Formatting on Overwrite' in the Options.


Hope that helps!

Jenina
8 - Asteroid

Thanks!

Labels
Top Solution Authors