mattcasters opened a new issue, #5596: URL: https://github.com/apache/hop/issues/5596
### What would you like to happen? Transforms like MySQL Bulk loader write data to a text file prior to loading it in the database. At this point in time we see the "rounding type" metadata in action for Number & BigNumber data types (java types double and BigDecimal). The other place where we see the rounding in action is during data preview if we set a format mask like `#.00' on Numbers. It's worth noting that in Hop numbers round by default to Up where previously in Kettle versions this was done Down. So the features we need to support for the rounding type in Select Values metadata tab to solve this issue. ### Issue Priority Priority: 2 ### Issue Component 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]
