You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement request: add option to disable variable_separator in RenameVariables transformer.
Currently, RenameVariables:variable_separator can only be configured to underscore or space.
We would like to disable it completely, but still use rest of the capabilities of RenameVariables transformer.
Something like:
I've looked in the source code and it looks doable. We always convert to one format and then either to space or underscore but I can add option to not convert at all. Since the parameter is str (underscore / space) I would add third value (ie "ignore")
Enhancement request: add option to disable
variable_separator
inRenameVariables
transformer.Currently,
RenameVariables:variable_separator
can only be configured to underscore or space.We would like to disable it completely, but still use rest of the capabilities of
RenameVariables
transformer.Something like:
Use case
We use variables in the following format to represent nested values in YAML files:
The
RenameVariables:variable_separator
transformer interferes with these variables.The text was updated successfully, but these errors were encountered: