gmitter-ef opened a new issue, #7464: URL: https://github.com/apache/hop/issues/7464
### Apache Hop version? 2.18 ### Java version? OpenJDK 21 ### Operating system Windows ### What happened? See the attached file: [jsoni-problem-exposal.zip](https://github.com/user-attachments/files/29836762/jsoni-problem-exposal.zip) When using a "Get file names" transform that reads JSON file(s) from a folder, a subsequent "JSON input" does not seem to be able to process them further and parse them. The stream remains empty. In 2.16 everything works as expected. **Setup**: <img width="300" alt="Image" src="https://github.com/user-attachments/assets/4a9143ae-b430-4ceb-8031-e00f28929b19" /> **Steps to reproduce**: - unzip the zip, copy the files (``jsoni-problem.hpl`` and the ``jsons`` folder) to the default project folder in both 2.16 and 2.18 - 2.16: run "jsoni-problem", the "Select values" step retrieves a row with "id" with value 1 and "name" with value "test", as expected. - 2.18: run "json-problem": - observed behaviour: no output of the "JSON input" and "Select values" transforms - expected: same behaviour as in 2.16 <img width="400" alt="Image" src="https://github.com/user-attachments/assets/e8135992-3696-4b75-bd4b-1c5c206a251f" /> ### 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]
