apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
981 stars 350 forks source link

[Bug]: "simple mapping(sub-pipeline)" transform output fieldname is not updated #4076

Closed petertsneg closed 4 months ago

petertsneg commented 4 months ago

Apache Hop version?

2.9

Java version?

11

Operating system

Windows

What happened?

IssueB01 IssueB02

mapping.hpl & main.hp file simpleMapping.zip

Issue Priority

Priority: 3

Issue Component

Component: Hop Gui, Component: Transforms

hansva commented 4 months ago

should be fixed with #3529 feel free to re-test using a 2.10 build. you can get it from here (does require Java 17)

petertsneg commented 4 months ago

The test results are the same

IssueD01

hansva commented 4 months ago

image

What is your mapping doing? ItemId2 isn't returning either.

petertsneg commented 4 months ago

It is suspected that itemId2 is replaced by itemId

IssueE01 IssueE03 IssueE04 IssueE02