hansva commented on issue #5598: URL: https://github.com/apache/hop/issues/5598#issuecomment-3307254329
I like the idea of getting things more consistent. I have also seen cases where the user is developing on a system with decimal `","`and then deploy on a server with a US locale, making all the pipelines fail. However, a change like this will have major backward compatibility issues. It might fix Pedro's use case, but it will break the other direction for many users (expecting `","` is working currently when not filling in the field). I see more benefit in populating the default values for these fields, where they should be used. Or maybe locale and the grouping/decimal separator should become part of the global configuration. It might not be clear for the user at this point in time what is being used for decimal and separator. -- 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]
