Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Remove null column dynamically

Mhnd
8 - Asteroid

Hi,

I have 6 excel files each one has one or more sheet, i end up with 14 sheets, so i need to input all these sheets (different schema) at once, each week, for that reason I create batch macro contains the input files and output macro, this was help but cause more than 16000 column, I cant use cleanse tool because i have to select columns and there is no "dynamic or Unknown column". So, I figure out the Multi field formula could help to remove null columns at once but i don't know how to use it and write an expression like if isNull([_CurrentField_]) then remove it.

Thanks

2 REPLIES 2
binu_acs
21 - Polaris

@Mhnd The data cleansing tool should work even though you did not select any columns

 

binuacs_0-1686406982346.png

 

Mhnd
8 - Asteroid

I spent two days searching. Thanks a lot

Labels
Top Solution Authors