I've got two flow of data:
_FA with attributes (a, b, c, d)
and
_FB with attribute (e)
I've got X (>1) FA and only 1 FB.
And I would like a way to have X features like this:
_FC (a, b, c, d, e)
How may I do that ?
I first tougth of FeatureMerger but I can't.
Any solution ?