This is an automated email from the ASF dual-hosted git repository. hansva pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
from e27345ad9b Merge pull request #5406 from apache/dependabot/maven/lib/org.apache.kafka-kafka-clients-3.9.1 add 609bd407c0 check if database meta is null when retrieving keywords. fixes #5393 add ba7cad6387 new force enclosure option and actually adding enclosure. fixes #5392 new c4e60c6bc7 Merge pull request #5399 from bamaer/5392 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../pages/pipeline/transforms/concatfields.adoc | 2 + ...e.hpl => 0076-concat-fields-with-enclosure.hpl} | 145 ++++++++++----------- .../golden-concat-fields-with-enclosure.csv | 2 + .../main-0076-concat-fields-with-enclosure.hwf} | 10 +- .../golden-concat-fields-with-enclosure.json} | 8 +- .../0076-concat-fields-with-enclosure UNIT.json | 28 ++++ .../transforms/concatfields/ConcatFields.java | 6 + .../concatfields/ConcatFieldsDialog.java | 23 ++++ .../transforms/concatfields/ConcatFieldsMeta.java | 4 + .../messages/messages_en_US.properties | 3 +- .../transforms/tableinput/TableInputDialog.java | 7 +- 11 files changed, 150 insertions(+), 88 deletions(-) copy integration-tests/transforms/{0028-set-field-value.hpl => 0076-concat-fields-with-enclosure.hpl} (69%) create mode 100644 integration-tests/transforms/datasets/golden-concat-fields-with-enclosure.csv copy integration-tests/{resolver/main-0002-pipeline-resolver.hwf => transforms/main-0076-concat-fields-with-enclosure.hwf} (89%) copy integration-tests/{azure/metadata/dataset/Get File Names.json => transforms/metadata/dataset/golden-concat-fields-with-enclosure.json} (52%) create mode 100644 integration-tests/transforms/metadata/unit-test/0076-concat-fields-with-enclosure UNIT.json