Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Enhanced Json Output results incorrect output rows #2062

Closed
selvasuriya opened this issue Dec 14, 2022 · 2 comments
Closed

[Bug]: Enhanced Json Output results incorrect output rows #2062

selvasuriya opened this issue Dec 14, 2022 · 2 comments
Assignees
Labels
Milestone

Comments

@selvasuriya
Copy link

Apache Hop version?

2.1.0

Java version?

17

Operating system

Windows

What happened?

I have created one pipeline which has "Data grid" and "Enhanced Json Output" tranforms.
Data grid has following columns , Firstname,Middlename,Lastname,Id,Type (Id is unique)
Inserted 4 records into datagrid.
Enhanced json output configuration: In General tab selected "Output value" in operation dropdown.
Group Key tab : Id selected
Fields tab : Firstname, middlename,lastname
after save when i run it results 3 rows (enhanced json output) for 4 input(datagrid input).
Please find the attached screenshot for reference.

image
image
image
image

Note:

The same pipeline in 2.0.0 is working as expected and results 4 rows output please find below,

image

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui

@selvasuriya
Copy link
Author

Please check hop-3994 fix (https://issues.apache.org/jira/browse/HOP-3994) It might be the rootcause.

@hansva
Copy link
Contributor

hansva commented Dec 22, 2022

.take-issue

@hansva hansva added this to the 2.3 milestone Dec 22, 2022
@hansva hansva closed this as completed in 5ea56fb Dec 23, 2022
hansva added a commit that referenced this issue Dec 23, 2022
fix#2050, Fix #2062 jsonOutput improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants