<?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>topic Encoding utf 8 for JSON in Talend studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295703#M68449</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am calling my Rest route where some data contains German umlauts. I am trying to convert it in utf-8 encoding.  I followed this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Character-encoding-in-Runtime-jtaZP?language=en_US" target="_blank"&gt;link&lt;/A&gt; . my runtime is running as a service so i added &lt;B&gt;wrapper.java.additional.&lt;I&gt;13&lt;/I&gt;-Dfile.encoding=UTF-8 &lt;/B&gt;.  Restarted the runtime and call the service in Soap UI but it still has scrambled letters. Any guesses why this solution is not working or is there any other way to do this?&lt;/P&gt;&lt;P&gt; if I call the original endpoint in response I can see that it is specified in content-Type&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QCFTfAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141067i70FF33AB02C4446F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QCFTfAAP.png" alt="0695b00000QCFTfAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can we also set this in header?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:02:53 GMT</pubDate>
    <dc:creator>user19</dc:creator>
    <dc:date>2024-11-15T23:02:53Z</dc:date>
    <item>
      <title>Encoding utf 8 for JSON in Talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295703#M68449</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am calling my Rest route where some data contains German umlauts. I am trying to convert it in utf-8 encoding.  I followed this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Character-encoding-in-Runtime-jtaZP?language=en_US" target="_blank"&gt;link&lt;/A&gt; . my runtime is running as a service so i added &lt;B&gt;wrapper.java.additional.&lt;I&gt;13&lt;/I&gt;-Dfile.encoding=UTF-8 &lt;/B&gt;.  Restarted the runtime and call the service in Soap UI but it still has scrambled letters. Any guesses why this solution is not working or is there any other way to do this?&lt;/P&gt;&lt;P&gt; if I call the original endpoint in response I can see that it is specified in content-Type&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QCFTfAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141067i70FF33AB02C4446F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QCFTfAAP.png" alt="0695b00000QCFTfAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can we also set this in header?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295703#M68449</guid>
      <dc:creator>user19</dc:creator>
      <dc:date>2024-11-15T23:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encoding utf 8 for JSON in Talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295704#M68450</link>
      <description>&lt;P&gt;Where does the data come from that is returned from your service? Where is it being displayed? It looks like the result is being viewed in Soap UI. Have you set the encoding for Soap UI?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 00:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295704#M68450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T00:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encoding utf 8 for JSON in Talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295705#M68451</link>
      <description>&lt;P&gt;yes result is being displayed in SOAP UI. If I set the encoding in SOAP UI. then results are ok.  so SOAP UI. I can't directly encode it in studio?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 06:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295705#M68451</guid>
      <dc:creator>user19</dc:creator>
      <dc:date>2022-04-06T06:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Encoding utf 8 for JSON in Talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295706#M68452</link>
      <description>&lt;P&gt;Are you talking about what Studio returns to the Output Window or what the web service run in Studio returns to the application calling it? Since you are wrapping web services within a web service of yours, it is very difficult to interpret precisely what is happening. We will need a lot more info from questions. Generally screenshots of the whole job/service, configurations and API specifications of APIs you are calling.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 13:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295706#M68452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Encoding utf 8 for JSON in Talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295707#M68453</link>
      <description>&lt;P&gt;No, web service runs in the studio and then  directly calling it in Soap UI. here are the screen shots of route integration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QCr3LAAT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152723i0390190B01014A63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QCr3LAAT.png" alt="0695b00000QCr3LAAT.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QCr3kAAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131406iFD4FF7DA3C369AE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QCr3kAAD.png" alt="0695b00000QCr3kAAD.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 07:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encoding-utf-8-for-JSON-in-Talend-studio/m-p/2295707#M68453</guid>
      <dc:creator>user19</dc:creator>
      <dc:date>2022-04-08T07:16:36Z</dc:date>
    </item>
  </channel>
</rss>

