I’m using the Gemini Connector (Transformer) in FME and facing an issue with initiator (upstream) attributes.
My requirement is:
- The attributes coming into the Gemini Connector (initiator attributes)
- Need to be merged with the Gemini response/output, so that the final feature contains both the original attributes and the Gemini result
Current behavior:
- The Gemini Connector output only contains response-related attributes
- Initiator attributes are not carried through or merged automatically
-
Question:
- Is there a supported way to merge or carry initiator attributes along with the Gemini response?
- Is this a limitation of the Gemini Connector transformer?
- What is the recommended pattern (FeatureMerger, Joiner, correlation ID, etc.) to achieve this?
-
Any guidance, best practices, or examples would be really helpful.
Thanks in advance!

