GitHub user dave-csc added a comment to the discussion: Usage of pipeline variable resolver
Tried again... the actual string to be replaced is: `sftp://${DATAWEB_USER}:#{pwd:${DATAWEB_PWD}:d}@${DATAWEB_HOST}/${PATH_OUT_REMOTE}` User, host and path are correctly replaced, whereas the password seems not (in the logs I get a string like `#{pwd:Encrypted 2be98afc***:<password>`, I don't know how to check the actual replacement like you did). Curiously, if I try to do the same thing using a pipeline with a Process files transform (after a Get variables with the resolver included, a Token replacement to compose the base URL, a Join with the list of files to transfer, and another Token replacement to compose the full destination), the files are copied correctly 😕 GitHub link: https://github.com/apache/hop/discussions/6035#discussioncomment-15012929 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
