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

   ### What would you like to happen?
   
   Currently, Apache Hop supports the use of environment variables (e.g., 
${MY_VAR}) for many text fields and drop-down menus across actions,  transforms 
and metadata objects.
   
   However, checkboxes (boolean options) cannot be controlled via environment 
variables. This creates an inconsistency: while most user-configurable options 
can be parameterized, checkboxes must be hardcoded.
   
   
   <img width="201" height="53" alt="Image" 
src="https://github.com/user-attachments/assets/96265b48-99b4-42ba-8ae4-38d2b92a6331";
 />
   
   Enable checkboxes to accept environment variables, similar to text fields 
and drop-downs. An environment variable could be evaluated at runtime and 
mapped to a boolean value.
   
   Suggested semantics:
   
   - "Y", "y", "true", "True", "1" → interpreted as true
   - "N", "n", "false", "False", "0" → interpreted as false
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Metadata, Component: Actions, Component: Transforms


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