-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to set AS variables as lowercase/uppercase #13
Comments
In GitLab by @ainagaya on Jul 19, 2024, 12:35 Tagging @dbeltrankyl @kinow @LuiggiTenorioK and also @franra9 @Lerriola :) |
In GitLab by @dbeltrankyl on Jul 19, 2024, 13:02 Hello @ainagaya . Thanks for the suggestion!, for me it would be a good addition, We should take care of the following:
|
In GitLab by @ainagaya on Jul 22, 2024, 10:13 mentioned in merge request digital-twins/de_340-2/workflow!365 |
In GitLab by @ainagaya on Sep 3, 2024, 09:29 mentioned in merge request digital-twins/de_340-2/workflow!294 |
In GitLab by @ainagaya on Jul 19, 2024, 12:34
Hi!!
I think that it would be useful to be able to change the variables to uppercase/lowercase. For example,
But then, when using the variable, if in the template/other config file when it is used:
That would translate in
BASH_VARIABLE1=WATERMELON
,BASH_VARIABLE2=watermelon
. In the templates, we can do this in bash, its true. But my usecase is more in the configuration files, for example, the bootstrap. Here we are defining some paths:.To avoid user errors, it would be amazing to have
In that way, this would work with RUN.WORKFLOW: MODEL, Model, MoDeL, or model. Right now, if the word is not capitalized correctly, the file is not found. It also happens a lot with "true", "True" values, and others.
The text was updated successfully, but these errors were encountered: