question 1)
I have attributes in a format that I would like to remove using the BulkAttributeRemover.
e.g attribute names are in the format of :
A_B_C_D
A_C_D_D_E
What is the regex code to remove any attribute name where the count of underscores "_" is greater than 2 ?
the example of _{2,} only works if the searched character is next to each other.
question 2)
If i have a csv list (so manually using attribute keeper / remover is tedious) of attributes that need to be kept e.g.
Att_ToKeep:
1) Name
2 Age
3) Color
how would i join it to a populated table to keep only the required attributes (as described above?