<?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: [resolved] Getting json Array in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318137#M88508</link>
    <description>Hi,&lt;BR /&gt;Thanks for posting that you have resolved your issue and sharing your solution with us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 10 Aug 2016 09:59:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-10T09:59:51Z</dc:date>
    <item>
      <title>[resolved] Getting json Array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318134#M88505</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I read a json flow like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"id": 89170,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"created_at": "2016-08-05T15:54:43Z",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"updated_at": "2016-08-08T09:52:46Z",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"tags": &amp;nbsp; &amp;nbsp;[&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "test_tag",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "test_tag2"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;],&lt;BR /&gt;}&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;I couldn't manage to see the tags data.&lt;BR /&gt;I try in a String with isArray unchecked, a String with Array checked, A list with isArraChecked (IsArray is the property of my textractjsonfield) : no success.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 11:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318134#M88505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T11:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting json Array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318135#M88506</link>
      <description>Hi,&lt;BR /&gt;Have you tried to use tfileinputjson component to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Aug 2016 08:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318135#M88506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting json Array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318136#M88507</link>
      <description>Sorry. I do not take time to update my post.
&lt;BR /&gt;In fact it's working without any problem with&amp;nbsp;textractjsonfield.
&lt;BR /&gt;The ws from where I get the data didn't give the information so I do not have output.
&lt;BR /&gt;So you can get these tags into a list with textractjsonfield.
&lt;BR /&gt;Afterwards you can use it in a tjavarow for example :&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;if (input_row.tags!=null) {&lt;BR /&gt;for (Object str : input_row.tags) {&lt;BR /&gt;System.out.println(str);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318136#M88507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting json Array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318137#M88508</link>
      <description>Hi,&lt;BR /&gt;Thanks for posting that you have resolved your issue and sharing your solution with us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Aug 2016 09:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-json-Array/m-p/2318137#M88508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T09:59:51Z</dc:date>
    </item>
  </channel>
</rss>

