dynamically remove null columns
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So I've got a workflow that gets information from different folders to check if data is there or not.
the data because of different folders sometimes got as a result some null columns.
is there a way to remove null columns via the dynamic select? because right now the staticfilter field is a null column but if I dynamically switch to an other folder this column is filled with data.
see bellow for an example of input and desired output
ReloadType | OutputFileName | LastExecution | FileName | StaticFilter |
Increment | outputname | 19/11/2022 00:00 | Filename |
output
ReloadType | OutputFileName | LastExecution | FileName |
Increment | outputname | 19/11/2022 00:00 | Filename |
Solved! Go to Solution.
- Labels:
- Best Practices
- Input
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If I understand your requirement correctly, you want to remove the column which has null of [null] values.
You donot want to display the column in your output right?
Many thanks
Shanker V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @MartWClimber
You can select the "remove null columns" options within the data cleanse tool.
Another option I've used in the past is the attached macro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is an use case for your reference.
Input:
Output:
You can do more with data cleansing tool.
Many thanks
Shanker V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Data cleaning tool was the solution. I wanted a way to difficult solution. but most of the times think simple :)
anyway it works now. all the solution with data cleaning tool thx
