<?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 Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245570#M31383</link>
    <description>&lt;PRE&gt;"{
\"Commit\": \"false\",
\"Client\": \"AvaTaxSample\",
\"CompanyCode\": \"CYPHERTAX\",
\"CustomerCode\": \"ABC4335\",
\"DocCode\": \"INV001\",
\"DocType\": \"SalesOrder\",
\"DocDate\": \"2014-01-01\",
\"Addresses\": [
{
\"AddressCode\": \"01\",
\"Line1\": \"2345 Carlmont Drive\",
\"Line2\": \"Suite 100\",
\"Line3\": \"ATTN Accounts Payable\",
\"City\": \"Belmont\",
\"Region\": \"CA\",
\"Country\": \"US\",
\"PostalCode\": \"94002\"
}
],
\"Lines\": [
{
\"LineNo\": \"1\",
\"DestinationCode\": \"01\",
\"OriginCode\": \"01\",
\"ItemCode\": \"N543\",
\"TaxCode\": \"NT\",
\"Description\": \"Red Size 7 Widget\",
\"Qty\": \"1\",
\"Amount\": \"100\"
}
]
}"&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 May 2017 10:53:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-03T10:53:06Z</dc:date>
    <item>
      <title>How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245566#M31379</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;can someone solve this issues?&lt;/P&gt; 
&lt;P&gt;I'm using fiddler web debug proxy, from that I'm trying to get some JSON&amp;nbsp;data through trest&amp;nbsp;component in Talend&amp;nbsp;open studio for DI.&lt;/P&gt; 
&lt;P&gt;Following are my credentials.&lt;/P&gt; 
&lt;P&gt;1.https link&lt;/P&gt; 
&lt;P&gt;2.Post method&lt;/P&gt; 
&lt;P&gt;3.content-type : application/json&lt;/P&gt; 
&lt;P&gt;4.Accept : application/json&lt;/P&gt; 
&lt;P&gt;5&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="restcomp1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ltf8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137437i2CC6B4BC2A615A8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ltf8.png" alt="0683p000009Ltf8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="httpbody_json.PNG" style="width: 933px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ltst.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149810iF3AA6FEC181772E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ltst.png" alt="0683p000009Ltst.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="err.PNG" style="width: 715px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu1Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156818iD0A4EBA9FC76E345/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu1Z.png" alt="0683p000009Lu1Z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;.json data as like below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;{&lt;BR /&gt;"Commit": "false",&lt;BR /&gt;"Client": "AvaTaxSample",&lt;BR /&gt;"CompanyCode": "CYPHERTAX",&lt;BR /&gt;"CustomerCode": "ABC4335",&lt;BR /&gt;"DocCode": "INV001",&lt;BR /&gt;"DocType": "SalesOrder",&lt;BR /&gt;"DocDate": "2014-01-01",&lt;BR /&gt;"Addresses": [&lt;BR /&gt;{&lt;BR /&gt;"AddressCode": "01",&lt;BR /&gt;"Line1": "2345 Carlmont Drive",&lt;BR /&gt;"Line2": "Suite 100",&lt;BR /&gt;"Line3": "ATTN Accounts Payable",&lt;BR /&gt;"City": "Belmont",&lt;BR /&gt;"Region": "CA",&lt;BR /&gt;"Country": "US",&lt;BR /&gt;"PostalCode": "94002"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"Lines": [&lt;BR /&gt;{&lt;BR /&gt;"LineNo": "1",&lt;BR /&gt;"DestinationCode": "01",&lt;BR /&gt;"OriginCode": "01",&lt;BR /&gt;"ItemCode": "N543",&lt;BR /&gt;"TaxCode": "NT",&lt;BR /&gt;"Description": "Red Size 7 Widget",&lt;BR /&gt;"Qty": "1",&lt;BR /&gt;"Amount": "100"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I couldn't get the results for this.&lt;/P&gt; 
&lt;P&gt;instead of json&amp;nbsp;data I have tried with xml data its working fine.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 09:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245566#M31379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245567#M31380</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The error is at compile time, not at runtime.&lt;BR /&gt;As I can see, the body is malformed.&lt;BR /&gt;It should contains a Java String enclosed between ".&lt;BR /&gt;If it contains " they must be protected by an \ character.&lt;BR /&gt;Try this 1st to correct your compile error.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2017 09:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245567#M31380</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-03T09:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245568#M31381</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I really don't know where to use '\'. with the same JSON&amp;nbsp;data, I execute in fiddler tool and I got expected output.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 09:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245568#M31381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245569#M31382</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;Can You please work on that data and show &amp;nbsp;with screenshots.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 10:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245569#M31382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245570#M31383</link>
      <description>&lt;PRE&gt;"{
\"Commit\": \"false\",
\"Client\": \"AvaTaxSample\",
\"CompanyCode\": \"CYPHERTAX\",
\"CustomerCode\": \"ABC4335\",
\"DocCode\": \"INV001\",
\"DocType\": \"SalesOrder\",
\"DocDate\": \"2014-01-01\",
\"Addresses\": [
{
\"AddressCode\": \"01\",
\"Line1\": \"2345 Carlmont Drive\",
\"Line2\": \"Suite 100\",
\"Line3\": \"ATTN Accounts Payable\",
\"City\": \"Belmont\",
\"Region\": \"CA\",
\"Country\": \"US\",
\"PostalCode\": \"94002\"
}
],
\"Lines\": [
{
\"LineNo\": \"1\",
\"DestinationCode\": \"01\",
\"OriginCode\": \"01\",
\"ItemCode\": \"N543\",
\"TaxCode\": \"NT\",
\"Description\": \"Red Size 7 Widget\",
\"Qty\": \"1\",
\"Amount\": \"100\"
}
]
}"&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 May 2017 10:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245570#M31383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245571#M31384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Thanks a Lot&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;It works fine.&lt;/P&gt; 
&lt;P&gt;I can get my output.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="solved1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtkU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140439i320E9C47F67CDDC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtkU.png" alt="0683p000009LtkU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsAk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132118iFD9A8A225A7C3358/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsAk.png" alt="0683p000009LsAk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 11:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2245571#M31384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to call json data from http(s) in tRest or tRestclient component in Talend studio for DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2436045#M140430</link>
      <description>&lt;P&gt;Can we print HTTP body in the tLogRow?Is it possible?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 09:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-json-data-from-http-s-in-tRest-or-tRestclient/m-p/2436045#M140430</guid>
      <dc:creator>K11</dc:creator>
      <dc:date>2024-03-30T09:56:58Z</dc:date>
    </item>
  </channel>
</rss>

