You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
In order to prepare/to export a large column ResultSet e.g. to Excel, it would be nice to have inbuilt functionality to
a) detect empty columns like getListOfEmptyColumns() where strings are "" and numbers are 0 and dates are like -1.
b) ready made action to get rid of those empty columns like removeEmptyColumns()