<?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: tfileInputJSON and XPATH in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360539#M125099</link>
    <description>{"ORDER","250"} is not a json. Maybe you want to put {"ORDER":"250"}? If yes, you put just "/" in the 'Loop XPath query' and "ORDER" in 'XPath query'.&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
    <pubDate>Thu, 09 Jun 2016 09:37:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-09T09:37:29Z</dc:date>
    <item>
      <title>tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360538#M125098</link>
      <description>I have a JSON file that contains 
&lt;BR /&gt; 
&lt;PRE&gt;{"ORDER":"250"}&lt;/PRE&gt; 
&lt;BR /&gt;I would like to parse JSON with the use of XPATH. I use tFileIputJSON and logRow. What I have to do so that "250" will be shown with tLogRow. 
&lt;BR /&gt;I don't know what I have to put inside 'Loop Xpath query' and 'Xpath query' ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEHX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157433i76B32C840624155D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEHX.png" alt="0683p000009MEHX.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360538#M125098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360539#M125099</link>
      <description>{"ORDER","250"} is not a json. Maybe you want to put {"ORDER":"250"}? If yes, you put just "/" in the 'Loop XPath query' and "ORDER" in 'XPath query'.&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
      <pubDate>Thu, 09 Jun 2016 09:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360539#M125099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T09:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360540#M125100</link>
      <description>It works but if I change JSON to 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;{"ORDER":{"seba":"250"}}&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;it doesn't work anymore, why so?</description>
      <pubDate>Thu, 09 Jun 2016 11:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360540#M125100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360541#M125101</link>
      <description>Do you want to take "250" or "seba":"250"? If you want to take "250", you need to put "ORDER/seba" in "XPath query". Or "/Order" in "Loop XPath query" and "seba" in "XPath query".&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
      <pubDate>Thu, 09 Jun 2016 12:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360541#M125101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360542#M125102</link>
      <description>I would like to take {"seba":"250"}.</description>
      <pubDate>Thu, 09 Jun 2016 12:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360542#M125102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360543#M125103</link>
      <description>If you want to take&amp;nbsp;{"seba":"250"}, maybe you should use JsonPath. You put&amp;nbsp;"$" in "Loop Json query" and&amp;nbsp;"ORDER" in Json query.&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
      <pubDate>Thu, 09 Jun 2016 13:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360543#M125103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T13:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360544#M125104</link>
      <description>How should I get "seba":"250" ?</description>
      <pubDate>Thu, 09 Jun 2016 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360544#M125104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360545#M125105</link>
      <description>I think you should use the component tReplace or you code in tJavaRow.&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
      <pubDate>Thu, 09 Jun 2016 13:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360545#M125105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T13:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360546#M125106</link>
      <description>So with XPATH I cannot get out {"seba":"250"} if my JSON file looks like&amp;nbsp;{"ORDER":{"seba":"250"}} ?&amp;nbsp;</description>
      <pubDate>Fri, 10 Jun 2016 07:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360546#M125106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-10T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360547#M125107</link>
      <description>No, you can't.&lt;BR /&gt;Lin LIN&lt;BR /&gt;Consultant BI/Talend&lt;BR /&gt;Synaltic Group</description>
      <pubDate>Fri, 10 Jun 2016 09:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360547#M125107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-10T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360548#M125108</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;No, you can't.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This is not true. This can be achieved with this setting: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEHv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149761i9BAE7DF849DD8BD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEHv.png" alt="0683p000009MEHv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Jul 2016 16:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360548#M125108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-16T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: tfileInputJSON and XPATH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360549#M125109</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMV1AAO"&gt;@louislinlin&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let's assume I have data like below&lt;/P&gt;
&lt;P&gt;{"order":{"seba":120,"saran":121,"louislinlin":100,"aaa":120,"bbb":123}}&lt;/P&gt;
&lt;P&gt;In this case, if I create two columns, how can store all the key values into this.&lt;/P&gt;
&lt;P&gt;and I know to loop it I have to give "/order" Loop Xpath query, what do I need to give at XPath Query&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileInputJSON-and-XPATH/m-p/2360549#M125109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-05T14:03:26Z</dc:date>
    </item>
  </channel>
</rss>

