Flo2703 opened a new issue, #7275: URL: https://github.com/apache/hop/issues/7275
### Apache Hop version? 2.18 ### Java version? 21 ### Operating system Docker ### What happened? Scenario Create a pipeline using the Metadata Injection (MDI) transform. Set the Load Pipeline to use a Generate Rows transform. In the Generate Rows transform, pre-define the "Name" and "Type" fields for one or more rows before injection. In the Metadata Injection mapping, configure the injection to only map/inject the "Value" field (leaving Name and Type to use the pre-defined values). Execute the pipeline. Expected Result The generated pipeline should retain the pre-defined Name and Type values from the Generate Rows transform, while only the Value field is populated via injection. Actual Result The pre-defined Name and Type fields are overwritten and left empty in the generated pipeline. Only injected fields are present; any field that was not explicitly injected loses its pre-configured value. ### Issue Priority Priority: 1 ### Issue Component Component: Metadata -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
