<?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: Scenario based Question in Talend??? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257025#M39245</link>
    <description>Sample data with schema details and expected output would help to provide a solution.&lt;BR /&gt;Dynamic schema is supported in subscription version of Talend. Link - &lt;A href="https://help.talend.com/reader/XYG1yAFeBFz4I4dovmWbsQ/TkXCN1rKY8XzcyFzl72s9A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/XYG1yAFeBFz4I4dovmWbsQ/TkXCN1rKY8XzcyFzl72s9A&lt;/A&gt;</description>
    <pubDate>Fri, 12 Oct 2018 11:41:32 GMT</pubDate>
    <dc:creator>iamabhishek</dc:creator>
    <dc:date>2018-10-12T11:41:32Z</dc:date>
    <item>
      <title>Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257024#M39244</link>
      <description>I have two CSV files.
&lt;BR /&gt;one file contains address column
&lt;BR /&gt;second file no address column.
&lt;BR /&gt;How can I read schema dynamically and store it in db.</description>
      <pubDate>Sat, 16 Nov 2024 07:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257024#M39244</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2024-11-16T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257025#M39245</link>
      <description>Sample data with schema details and expected output would help to provide a solution.&lt;BR /&gt;Dynamic schema is supported in subscription version of Talend. Link - &lt;A href="https://help.talend.com/reader/XYG1yAFeBFz4I4dovmWbsQ/TkXCN1rKY8XzcyFzl72s9A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/XYG1yAFeBFz4I4dovmWbsQ/TkXCN1rKY8XzcyFzl72s9A&lt;/A&gt;</description>
      <pubDate>Fri, 12 Oct 2018 11:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257025#M39245</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-10-12T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257026#M39246</link>
      <description>File1:&lt;BR /&gt;&lt;BR /&gt;empno,ename,Dept,sal,sum&lt;BR /&gt;&lt;BR /&gt;File2:&lt;BR /&gt;&lt;BR /&gt;empno,ename,sal,sum&lt;BR /&gt;&lt;BR /&gt;Above two CSV files data .&lt;BR /&gt;I have to load two files data into one single table.&lt;BR /&gt;while loading if Dept column contains Dept I should load other I should not load.</description>
      <pubDate>Fri, 12 Oct 2018 11:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257026#M39246</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-10-12T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257027#M39247</link>
      <description>&lt;P&gt;This could be easily done via tMap. Select "Left Outer Join" as your join model &amp;amp; you could set your match key on empno ( guessing this to be primary key sort of).&lt;BR /&gt;And for your output just have a output table created and then select all the relevant columns from the two files (left side) to the right side for your output table.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 11:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257027#M39247</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-10-12T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257028#M39248</link>
      <description>My question is.&lt;BR /&gt;&lt;BR /&gt;Some dynamic columns are coming in sometimes.that time how read CSV file and how to do mapping in tmap</description>
      <pubDate>Fri, 12 Oct 2018 12:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257028#M39248</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-10-12T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario based Question in Talend???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257029#M39249</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Refer to below link , if it solves your purpose.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqSDCA0" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/tMap-with-Dynamic-schema/td-p/43409&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Ganshyam&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 12:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Scenario-based-Question-in-Talend/m-p/2257029#M39249</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2018-10-12T12:54:23Z</dc:date>
    </item>
  </channel>
</rss>

