sramazzina commented on code in PR #5647:
URL: https://github.com/apache/hop/pull/5647#discussion_r2470909625
##########
plugins/transforms/metainject/src/main/java/org/apache/hop/pipeline/transforms/metainject/MetaInject.java:
##########
@@ -472,7 +486,21 @@ private void newInjectionConstants(
if (injector.hasProperty(targetTransformMeta,
target.getAttributeKey())) {
// target transform has specified key
String value = variables.resolve(source.getField());
- injector.setProperty(targetTransformMeta,
target.getAttributeKey(), null, value);
+ if
(targetTransformMeta.getClass().getSimpleName().equals("FormulaMeta")
Review Comment:
Never known about that. Let me look into that and review the fix. Thanks for
pointing me there
--
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]