- All 20 of my columns have either a value of 1 or 0 depending on if they are...
Category_Hotel = 0
Category_Motel = 0
Category_School = 1
.
.
.
I currently used a StringConcatenator to combine all the columns and used a Tester to search for a String that contains a 1. For some reason it is dropping some of the features?
I would like to use this SQL statement in a transformer, i'm just not sure which one will allow?
Category_Attraction = 1 OR Category_City_Facility = 1 OR Category_Fire = 1 OR Category_Hospital = 1 ....etc.