This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git

commit 83147b5d0eb3bf899f0388e619a2ac2b5a21ed91
Merge: e1107b194c 70121d9910
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jan 23 17:30:45 2025 +0100

    Merge pull request #4783 from hansva/4782
    
    allow setting a rounding mode when writing a textfile, fixes #4782

 .../java/org/apache/hop/core/row/IValueMeta.java   |  72 ++++++-----
 .../apache/hop/core/row/ValueMetaDeserializer.java |   1 +
 .../apache/hop/core/row/value/ValueMetaBase.java   |  81 +++++++++++++
 .../hop/core/row/value/ValueMetaFactory.java       |   1 +
 .../hop/core/messages/messages_en_US.properties    |   8 ++
 .../pages/pipeline/transforms/textfileoutput.adoc  |   3 +
 .../ROOT/pages/snippets/rounding-types.adoc        |  69 +++++++++++
 .../metadata/SchemaDefinitionEditor.java           |  10 +-
 .../metadata/SchemaFieldDefinition.java            | 135 ++-------------------
 .../metadata/messages/messages_en_US.properties    |   1 +
 .../transforms/textfileoutput/TextFileField.java   |  86 ++-----------
 .../textfileoutput/TextFileOutputDialog.java       |  16 ++-
 .../textfileoutput/TextFileOutputMeta.java         |   6 +
 .../messages/messages_en_US.properties             |   1 +
 .../textfileoutput/TextFileOutputMetaTest.java     |   3 +-
 .../textfileoutput/TextFileOutputTest.java         |  14 ++-
 16 files changed, 266 insertions(+), 241 deletions(-)

Reply via email to