Skip to content

Remove Empty Rows

Removes the empty rows from a Data Table.

Properties

NameDescriptionRequired
Column IndexesColumn indexes to evaluate. Can be combined with Column Names. If not specified, all columns are considered.
Column NamesColumn names to evaluate. Can be combined with Column Indexes. If not specified, all columns are considered.
Data TableThe Data Table whose empty rows will be removed.☑️
Matching ModeDetermines how a row is evaluated for removal: All — the row is removed if all specified columns are empty. Any — the row is removed if any specified column is empty. If no columns are specified, all columns of the Data Table are considered.