You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a pipeline with a REST Client transform
Call a REST endpoint that returns UTF-8 encoded JSON (e.g., {"result":{"code":0,"desc":"OK"}})
The response contains non-ASCII characters that appear corrupted
Server logs confirm the response is correctly encoded in UTF-8