GitHub user dave-csc created a discussion: Usage of pipeline variable resolver
Hello, I'm trying to setup a variable resolver to decode the passwords encrypted in my configuration files (unfortunately [it is still needed in some cases](https://github.com/apache/hop/issues/3778)). So I set up this pipeline: [_res-decrypt-pwd.hpl.txt](https://github.com/user-attachments/files/23622655/_res-decrypt-pwd.hpl.txt) And then setup a variable resolver with the following configuration: - Name: `pwd` - Type of variable resolver: `Pipeline variable resolver` - Run configuration to use: `local` - Variable name to contain the expression: `PWD_ENCR` - Name of the output transform: `Dummy output` I would expect to use the syntax `#{pwd:MY_PASSWORD:d}` to get the decrypted `${MY_PASSWORD}` variable in a test pipeline, but I'm getting no results (an empty string): what am I doing wrong? Thanks for your support... :) GitHub link: https://github.com/apache/hop/discussions/6035 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
