Empty row filter

[data/table/Empty row filter]


Removes the empty rows from the specified table.


Keywords: table, filter, empty, clean, ns

Input ports

  • table: {string: any}[]

    Receives the table to filter.

Output ports

  • filtered: {string: any}[]

    Sends the filtered table.

Last updated