Old group mapping can be replaced with dynamic mapping rules, but it would be really verbose adding a Rule for each mapped group, where the only changing things are the source filter and the group value.
We want to add an optional mapping dict in the actionso that the value(s) got using the source jsonpath can be mapped to local values.
It means that instead of having one action of this kind for every group to be mapped:
Old group mapping can be replaced with dynamic mapping rules, but it would be really verbose adding a Rule for each mapped group, where the only changing things are the source filter and the group value.
We want to add an optional
mapping
dict in theaction
so that the value(s) got using thesource
jsonpath can be mapped to local values.It means that instead of having one action of this kind for every group to be mapped:
we may have a single Rule of this kind:
If the mapping is not found, the action will not be applied (i.e., no group will be associated by this rule)