Lucid.CSV.RemoveEmptyColumns

This task type removes all empty columns.

Modes

  • Unnamed: Remove all columns where no column title exists.

  • AllCellsEmpty: Remove all columns where all cells are empty / NaN (even if the column has a title).

  • AnyCellEmpty: Remove all columns where any cell is empty / NaN (even if other cells contain data).