pmenga52 opened a new issue, #5926: URL: https://github.com/apache/hop/issues/5926
### Apache Hop version? 2.15 ### Java version? 21 ### Operating system Linux ### What happened? I Use "Json Input" transform to extract Strings and non string values from input. Some json fields are numeric (with or without decimals) and look like: var1: "125.00" in this context, <dot> is the decimal separator -> value is 125 When I launch on Local pipeline run Configuration, everything is OK and numeric values are correctly transformed When I launch on Remote pipeline Configuration (eq HOP server which is on the same machine), I got String conversion errors, "couldn't convert String to number: non-numeric character found at postion 4 for value [125.00] I suppose there is a decimal separator configuration somewhere to set, but I don't know where ... ### Issue Priority Priority: 3 ### Issue Component Component: Hop Server -- 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]
