fila73 opened a new issue, #5391:
URL: https://github.com/apache/hop/issues/5391

   ### Apache Hop version?
   
   seen on 2.12 and 2.14
   
   ### Java version?
   
   openjdk-jre-17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   experiencing on windows and docker
   variable substitution when passing parameters from workflow to pipeline 
seems to execute twice,
   
   scenario:
   1) there is a variable TableName set to 'ACCOUNT'
   2) in a workflow use action PIPELINE to call pipeline
   3) parameter TableName and value set to PREFIX_${TableName}_SUFFIX
   4) in target pipeline use Get variables to add parameters to stream fields
   5) log stream field
   
   expected output:
   field's value is set to PREFIX_ACCOUNT_SUFFIX
   real output: 
   field's value is set to PREFIX_PREFIX_ACCOUNT_SUFFIX_SUFFIX
   
   note: we are porting our project from pentaho kettle, where we got the 
expected output.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Actions


-- 
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]

Reply via email to