Hello, Honisch,
1. "[...] quotes escaped?": Unfortunelly the data extract function, from the sender system, somehow extract the description`s text from the product without add an escape.
2. "[...] where and how [...]": we are only allowed to use ESQL (Database/Compute node) and the other native nodes to make any kind of transformation and routing inside ours interfaces inside ACE.
3. "[...] you are reading or want to read the JSON. [...]": Originally, the interface works like a broker and fowarded the mesage to the backend. But, we now are facing this problem, and trying to use the ACE to solve de quotes inside the JSON string value's field. With this in mind, i've been working in two ways:
- Use the ACE's JSON Parse to deal with the quote. (does not work)
- Write a function that search by "unexpected" quotes inside the JSON string, then add an escape before then. (works fine)
The main reason to open this thread is, there are a more simple way to not do the second option ?
------------------------------
David Fornazier
------------------------------
Original Message:
Sent: Mon September 22, 2025 04:30 AM
From: David Honisch
Subject: JSON parse problem
Hello, dear David,
Unfortunately, your description doesn't specify where and how (Java/C++) you are reading or want to read the JSON. Aren't the quotes escaped?
------------------------------
David Honisch
------------------------------