Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Removing data from an excel sheet

markbanlawe
7 - Meteor

i would like to remove the data from an existing sheet through a workflow and then updating that same sheet with blank data

 

Example:

Sheet 1

markbanlawe_0-1668439631761.png

 

 

Output to Sheet1

markbanlawe_1-1668439665667.png

 

 

13 REPLIES 13
DataNath
17 - Castor

@markbanlawe yep - where I said make sure to choose 'Overwrite File (Remove)' above, just change this to the following option instead:

 

DataNath_0-1668443400692.png


When you're picking the file on initial setup and you're prompted for the sheet number, just make sure you specify the same sheet that's coming in as the input.

ARussell34
8 - Asteroid

You should be able to use a Multi-Field Tool and select all the columns you want to update to be blank and either use the statement Replace([_CurrentField_], [_CurrentField_], "") or just plainly update the Expression to "". Make sure to un-check the box stating you want all updated columns to output with a "new" as the prefix.

markbanlawe
7 - Meteor

thank you all for the reply and guidance

KrishnaChithrathil
11 - Bolide

@markbanlawe Please accept whichever posts helped you, as a solution. It'll help others as well. 

Good day.!

Labels