(Conditional) deleting of (empty) columns

  1. What is your feature/integration request?
  • Deleting of empty columns
  • Conditional deleting of columns
  1. What problem would this feature/integration solve?
  • Deleting of empty columns:
    The use case is that I have a very large CSV file which endless amount of columns of which many are empty. Instead of one by one selecting which columns to keep or delete, I’d like to delete all empty columns in one go.
  • Conditional deleting of columns:
    For example to delete any column which has a specific text string or combination of strings.
  1. How do you solve/workaround this problem today?
    Currently this is only possible through a workaround as described here:
    How to delete empty columns / conditional delete of column basic on text string?