dsanderbi commented on issue #5710:
URL: https://github.com/apache/hop/issues/5710#issuecomment-3373731429

   Hi,
   
   Since you’re already talking about new resolvers, wouldn’t it also be useful 
to implement a default resolver, where if the variable `${my-var}` is not set, 
I can use/set a default value?
   
   For example:
   - `${my-var}` not set → `#{default-resolver:${my-var}:123}` ⇒ 123
   - `${my-var}` set to 0 → `#{default-resolver:${my-var}:123}` ⇒ 0
   
   It would also be great if the default value could itself be a variable.
   Something like: `#{default-resolver:${my-var}:${my-var-default}}`


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