ClaudioCurzi opened a new issue, #5805:
URL: https://github.com/apache/hop/issues/5805
### Apache Hop version?
2.15.0 e 2.14.0
### Java version?
openjdk17 e openjdk21
### Operating system
Windows
### What happened?
The REST Client transform in Apache Hop 2.15 (and 2.14) does not correctly
handle UTF-8 encoded responses from REST APIs.
Characters are garbled/corrupted in the output, even though the server
response is correct (also I have tried in Pentaho 9, with Java8, and the
response is parsed correctly).
**Steps to Reproduce**
1. Create a pipeline with a REST Client transform
2. Call a REST endpoint that returns UTF-8 encoded JSON (e.g.,
{"result":{"code":0,"desc":"OK"}})
3. The response contains non-ASCII characters that appear corrupted
4. Server logs confirm the response is correctly encoded in UTF-8
### Issue Priority
Priority: 2
### Issue Component
Component: Hop Gui, Component: Hop Run
--
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]