<?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 Extracting delimited value from json in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extracting-delimited-value-from-json/m-p/2299233#M71602</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I'm trying to pull some data from json with extractDelimitedFields , not sure how to proceed , or if it's the right course , like in this image:&lt;BR /&gt;&lt;BR /&gt;onedrive.live.com/redir?resid=77E8039C68438481!431&amp;amp;authkey=!AKeUhI1Ktct4Wlc&amp;amp;v=3&amp;amp;ithint=photo%2cpng&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Getting json data from a webservice like :&lt;BR /&gt;"prod": {&lt;BR /&gt;"maj": "2015-08-17 14:51:30",&lt;BR /&gt;"code": "109410",&lt;BR /&gt;"nom": "name test",&lt;BR /&gt;"type_code": "3",&lt;BR /&gt;"destination_code": "1,2,3,",&lt;BR /&gt;"jours": "8",&lt;BR /&gt;"nuits": "7",&lt;BR /&gt;"description": " ~ description here",&lt;BR /&gt;"prix": "1075",&lt;BR /&gt;"thematique_code": "4,14,7,21,"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I need to extract the thematic codes delimted from the JSON , look up in another table for example&amp;nbsp;&lt;BR /&gt;dp_themes -&amp;gt; which contains the id of the theme, id of the product and the thematic code . I need to get the id of the theme and insert it into a field in dp_produits , any idea how to go about this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 16:16:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-07T16:16:09Z</dc:date>
    <item>
      <title>Extracting delimited value from json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-delimited-value-from-json/m-p/2299233#M71602</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I'm trying to pull some data from json with extractDelimitedFields , not sure how to proceed , or if it's the right course , like in this image:&lt;BR /&gt;&lt;BR /&gt;onedrive.live.com/redir?resid=77E8039C68438481!431&amp;amp;authkey=!AKeUhI1Ktct4Wlc&amp;amp;v=3&amp;amp;ithint=photo%2cpng&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Getting json data from a webservice like :&lt;BR /&gt;"prod": {&lt;BR /&gt;"maj": "2015-08-17 14:51:30",&lt;BR /&gt;"code": "109410",&lt;BR /&gt;"nom": "name test",&lt;BR /&gt;"type_code": "3",&lt;BR /&gt;"destination_code": "1,2,3,",&lt;BR /&gt;"jours": "8",&lt;BR /&gt;"nuits": "7",&lt;BR /&gt;"description": " ~ description here",&lt;BR /&gt;"prix": "1075",&lt;BR /&gt;"thematique_code": "4,14,7,21,"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I need to extract the thematic codes delimted from the JSON , look up in another table for example&amp;nbsp;&lt;BR /&gt;dp_themes -&amp;gt; which contains the id of the theme, id of the product and the thematic code . I need to get the id of the theme and insert it into a field in dp_produits , any idea how to go about this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-delimited-value-from-json/m-p/2299233#M71602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting delimited value from json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-delimited-value-from-json/m-p/2299234#M71603</link>
      <description>You can use tExtracJSONField component to get value from jSON file , output of tExtractJSONField is value of key (or call element) in json file. After that, use tMap to process.
&lt;BR /&gt;Ex:
&lt;BR /&gt;json -&amp;gt; tExtrackJsonFiled --&amp;gt; tMap ... (look up table in here).
&lt;BR /&gt;
&lt;BR /&gt;I am not clear what you want, just give you a component to extract value from jSON file .
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Luan Huynh</description>
      <pubDate>Fri, 09 Oct 2015 10:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-delimited-value-from-json/m-p/2299234#M71603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T10:28:41Z</dc:date>
    </item>
  </channel>
</rss>

