<?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: Use of Talend Data Mapper in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213514#M10741</link>
    <description>Hi Sonam,&amp;nbsp;&lt;BR /&gt;Does your input structure always fixed or it has variable schema? based on that we may suggest better.&amp;nbsp;</description>
    <pubDate>Thu, 10 Dec 2015 05:05:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-10T05:05:45Z</dc:date>
    <item>
      <title>Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213510#M10737</link>
      <description>Hi, I have a usecase where I have to convert csv data to JSON, please see below the problem : 
&lt;BR /&gt; 
&lt;PRE&gt;field1;field2;field3&lt;BR /&gt;1;;3&lt;/PRE&gt; 
&lt;BR /&gt;The expected result is : 
&lt;BR /&gt; 
&lt;PRE&gt;{&lt;BR /&gt;	"element": &lt;BR /&gt;}&lt;/PRE&gt; 
&lt;BR /&gt;I honestly have absolutely no idea how to answer that need, seems like something the TDM would do quite easily, but don't know how. 
&lt;BR /&gt;If you have any question about that feel free to ask. 
&lt;BR /&gt;Thank you very much for your help, 
&lt;BR /&gt;PS: I'm running a version of Talend Studio for Cloud&amp;nbsp;with Data Quality 6.0.1 
&lt;BR /&gt;Simon B</description>
      <pubDate>Sat, 16 Nov 2024 10:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213510#M10737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213511#M10738</link>
      <description>Sorry =&amp;gt; I may have omitted to say that I cannot just normalize my input data because I have multiple cases of that on my file... A complete example would be&lt;BR /&gt;&lt;PRE&gt;field1;field2;field3;value1;value2;value3;value4;tagList&lt;BR /&gt;1;;3;"hello";"world";"!";"!";"a,b,c,d"&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;And the result :&lt;BR /&gt;&lt;PRE&gt;{&lt;BR /&gt;	"element": ,&lt;BR /&gt;	"value": ,&lt;BR /&gt;	"tags": &lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213511#M10738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213512#M10739</link>
      <description>Hi,&lt;BR /&gt;Do you want to use tHap to convert csv data to JSON? &lt;BR /&gt;Here is a component &lt;A href="https://help.talend.com/search/all?query=tWriteJSONField&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tWriteJSONField&lt;/A&gt; which transforms the incoming data into JSON fields.&lt;BR /&gt;Please take a look at the related scenarios to learn how to use it.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 30 Nov 2015 03:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213512#M10739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T03:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213513#M10740</link>
      <description>Hi, 
&lt;BR /&gt;I knew about this component but I can't use it easily in that case because I have to split every part of my input schema (and generate a key for each line) then use one tWriteJsonField for each part of the input schema to create the different arrays, write those in a file, then join every file I created and join them and use a last tWriteJsonField to create my global Json file... It's a real pain, but apparently I had no choice...&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Hope that helps, 
&lt;BR /&gt;Simon B 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCVv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133061i254A3A73516D02CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCVv.png" alt="0683p000009MCVv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213513#M10740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213514#M10741</link>
      <description>Hi Sonam,&amp;nbsp;&lt;BR /&gt;Does your input structure always fixed or it has variable schema? based on that we may suggest better.&amp;nbsp;</description>
      <pubDate>Thu, 10 Dec 2015 05:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213514#M10741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T05:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213515#M10742</link>
      <description>Hi, 
&lt;BR /&gt;I don't know who Sonam is but on my side the input structure is dynamic, hence the use of a tExtractDynamicFields 
&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;BR /&gt;Thanks,</description>
      <pubDate>Thu, 10 Dec 2015 09:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-of-Talend-Data-Mapper/m-p/2213515#M10742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T09:12:23Z</dc:date>
    </item>
  </channel>
</rss>

