Hi, I have a json string, which I have flattened to a bunch of attributes (about 30), all have values 0 or 1.
I'd like to query each attribute and output the list of attributes which have value 1 only. All of the attributes may be 0 for some records.
Any suggestions what's the best way to achieve this. I could use a stringConcatenator, and find whether 1 exists, but it wouldn't give me list of attributes