bobcortera opened a new issue, #2839: URL: https://github.com/apache/hop/issues/2839
### Apache Hop version? 2.4 Release ### Java version? OJDK 11 ### Operating system Windows ### What happened? While trying to feed a web service with batches of JSON formatted rows and the bloc size set to 500 the pipeline transformation only processed batches of rows where the number of rows left were >= to the bloc size. Thus for an input of 600 blocks to above JSON Output step, only 500 were processed, the rest were ignored. The transform works fine as long as the number of input rows is a multiple of the bloc size (such as the default of 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: issues-unsubscr...@hop.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org