rramthun opened a new issue, #5685: URL: https://github.com/apache/hop/issues/5685
### Apache Hop version? 2.15 ### Java version? openjdk 17 ### Operating system Linux ### What happened? When using the option "Split JSON after n rows" with the Enhanced JSON Output transform, the last file is not written and input rows are missing. Test: I am testing with an example, which downloads a file with 197 JSON elements. Enhanced JSON output is set to split every 100 records. Expectation: The input has 197 records, so it is expected to have two files int the end, one with 100 records, one with 97. Result: Only the first files is written, the 97 following rows are lost. A minimal test pipeline is available at https://dateien.siedlungswerk.de/f/a3014d2b7aae49e58d00/?dl=1 ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
