I want to assign value to attribute A based on the value of attribute B.
e.g.
attribute_A attribute_B
1 type1
1 type1
3 type3
...9 type9
....
I know the attributeValueAssigner can do the job. But I have to type all the unique source value (here the values in attribute B). Is there a way to query all the unique values of attribute B. And then assign related value to attribute A?