<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Qlik Talend ESB: cSetHeader JSONPath Parsing removes Double Quotes which produces Invalid JSON in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-cSetHeader-JSONPath-Parsing-removes-Double/ta-p/2538756</link>
    <description>&lt;P&gt;After upgrading from Talend 7.3 to Talend 8 (R2025-10), it includes the Camel 4 update, and a change in the cSetHeader component. In previous Talend 7.x, JSONPath evaluation generated a correctly formatted JSON header, however, in Talend 8, the same configuration produces a non-JSON representation where double quotes are stripped from the resulting object.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Source Input&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;{ "META": {"Correlation_ID": "B","BGM_ACTION_CODE": “A”},&lt;BR /&gt;&amp;nbsp;"STATUS": {"ADD_R_UPDATE_SUCCEEDED": “Y”},&lt;BR /&gt;&amp;nbsp;"ERR": [ {"field": "ADD","keyword": "custOrgMustHaveAdd", "entity": “ORGANI” }]&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;cSetHeader Component Setting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Name&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;"ERR"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Language&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;jsonPath&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Value&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;"$.ERR[*]"&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Output in&amp;nbsp; Talend 7 (Correct)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;[{"field":"ADD","keyword":"custOrgMustHaveAdd","entity":"ORGANI"}]&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cSetHeaderOutputTalend7" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185683i12C5556CADAF4EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="cSetHeaderOutputTalend7.png" alt="cSetHeaderOutputTalend7" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cSetHeaderOutputTalend7&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Output in Talend 8 (Invalid JSON format with out Double Quotes)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;[{field=ADD, keyword=custOrgMustHaveAdd, entity=ORGANI}]&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cSetHeaderOutputTalend8" style="width: 725px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185684i92CF95A1DBF5FCDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="cSetHeaderOutputTalend8.png" alt="cSetHeaderOutputTalend8" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cSetHeaderOutputTalend8&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Install the latest &lt;STRONG&gt;R2025-11&lt;/STRONG&gt; (or newer) update for both &lt;STRONG&gt;Talend&lt;/STRONG&gt; &lt;STRONG&gt;Studio&lt;/STRONG&gt; and &lt;STRONG&gt;Talend Runtime&lt;/STRONG&gt;, where the corrected behavior has been implemented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This behavior stems from changes in the underlying JSON processor, specifically, the shift from&lt;STRONG&gt; json-smart &lt;/STRONG&gt;to &lt;STRONG&gt;JacksonJsonProvider&lt;/STRONG&gt;, which modifies how JSONPath results are serialized.&lt;/P&gt;
&lt;P&gt;The issue aligns with the upstream Camel defect jira issue reported here:&lt;BR /&gt;&lt;A href="https://issues.apache.org/jira/browse/CAMEL-16389" target="_blank" rel="noopener"&gt;CAMEL-16389 | issues.apache.org&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend ESB" id="qlik_TalendESB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2025 08:55:02 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2025-12-10T08:55:02Z</dc:date>
    <item>
      <title>Qlik Talend ESB: cSetHeader JSONPath Parsing removes Double Quotes which produces Invalid JSON</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-cSetHeader-JSONPath-Parsing-removes-Double/ta-p/2538756</link>
      <description>&lt;P&gt;After upgrading from Talend 7.3 to Talend 8 (R2025-10), it includes the Camel 4 update, and a change in the cSetHeader component. In previous Talend 7.x, JSONPath evaluation generated a correctly formatted JSON header, however, in Talend 8, the same configuration produces a non-JSON representation where double quotes are stripped from the resulting object.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Source Input&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;{ "META": {"Correlation_ID": "B","BGM_ACTION_CODE": “A”},&lt;BR /&gt;&amp;nbsp;"STATUS": {"ADD_R_UPDATE_SUCCEEDED": “Y”},&lt;BR /&gt;&amp;nbsp;"ERR": [ {"field": "ADD","keyword": "custOrgMustHaveAdd", "entity": “ORGANI” }]&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;cSetHeader Component Setting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Name&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;"ERR"&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Language&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;jsonPath&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;Value&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1" width="25.793650793650798%" height="24px"&gt;"$.ERR[*]"&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Output in&amp;nbsp; Talend 7 (Correct)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;[{"field":"ADD","keyword":"custOrgMustHaveAdd","entity":"ORGANI"}]&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cSetHeaderOutputTalend7" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185683i12C5556CADAF4EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="cSetHeaderOutputTalend7.png" alt="cSetHeaderOutputTalend7" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cSetHeaderOutputTalend7&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Output in Talend 8 (Invalid JSON format with out Double Quotes)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;[{field=ADD, keyword=custOrgMustHaveAdd, entity=ORGANI}]&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cSetHeaderOutputTalend8" style="width: 725px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185684i92CF95A1DBF5FCDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="cSetHeaderOutputTalend8.png" alt="cSetHeaderOutputTalend8" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;cSetHeaderOutputTalend8&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Install the latest &lt;STRONG&gt;R2025-11&lt;/STRONG&gt; (or newer) update for both &lt;STRONG&gt;Talend&lt;/STRONG&gt; &lt;STRONG&gt;Studio&lt;/STRONG&gt; and &lt;STRONG&gt;Talend Runtime&lt;/STRONG&gt;, where the corrected behavior has been implemented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This behavior stems from changes in the underlying JSON processor, specifically, the shift from&lt;STRONG&gt; json-smart &lt;/STRONG&gt;to &lt;STRONG&gt;JacksonJsonProvider&lt;/STRONG&gt;, which modifies how JSONPath results are serialized.&lt;/P&gt;
&lt;P&gt;The issue aligns with the upstream Camel defect jira issue reported here:&lt;BR /&gt;&lt;A href="https://issues.apache.org/jira/browse/CAMEL-16389" target="_blank" rel="noopener"&gt;CAMEL-16389 | issues.apache.org&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend ESB" id="qlik_TalendESB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 08:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-cSetHeader-JSONPath-Parsing-removes-Double/ta-p/2538756</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2025-12-10T08:55:02Z</dc:date>
    </item>
  </channel>
</rss>

