One thing wish FeatureJoiner had was a CROSS JOIN / Cartesian Product mode to create every permutation of Feature Set A vs Feature Set B (Eg. When creating To-From Lines between every possible Origin Point and every possible Destination Point).
Custom Transfomer FeatureCrossJoiner is not anything really radical in how it gets FeatureJoiner to do this by creating a temporary dummy Cross Join attribute, but perhaps simplifies the process for some users.
https://hub.safe.com/publishers/bwn/transformers/featurecrossjoiner
