Hi Team,
I have few columns which as shown below. At times Alteryx captures null columns from the excel sheet if user has added some data and deleted later. I want to remove all those null rows but keep the actual columns present in the file. Now in below example Column A,B,C & D are the actual columns present in the file but F01, F02 & F03 are automatically created by the tool (may be because there was data once but now deleted). Later it might be possible it would create 5 null columns instead of 3. Now I cannot use Data Cleanser tool here since while uploading this file I need Col B & Col C to be present since I have added checks/formula for C & D. But I want to remove all F01,F02 & F03 automatically. In future if there are more such columns should be removed but keeping C & D
Appreciate any suggestions.
| Col A | Col B | Col C | Col D | F01 | F02 | F03 |
| 123 | | | qwer | | | |
| 345 | | | ddffg | | | |
| 456 | | | sddf | | | |
| 789 | | | sdgg | | | |