A way to separate columns with boolean data (0, 1)

Hi @Raph0007

I created this workflow seperate_boolean_data.knwf (33.7 KB)


It uses the Extract Table Spec node to save all possible values per column into a Collection. That makes it possible to filter columns with a collection size =2 (=boolean).

gr. Hans

3 Likes