GitHub user ossDataEngineer created a discussion: How to trim numerical strings as per database column precision
Hello, I get numeric data in string format, which I want to save in Oracle database column with datatype NUMBER(18,2). Is there a way I can skip the rounding in database? Original data: 278.7182 Current table data after hop processing: 278.72 Expected table data: 278.71 Original data: 278.7812 Current table data after hop processing: 278.78 Expected table data: 278.78 Original data: 278.7899 Current table data after hop processing: 278.79 Expected table data: 278.78 GitHub link: https://github.com/apache/hop/discussions/6291 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
