<?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: Generic File Loader in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310410#M81542</link>
    <description>&lt;P&gt;Can you change the order and put the dynamic columns at the end of the schema? &amp;nbsp;Just try that&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2017 15:09:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-05T15:09:01Z</dc:date>
    <item>
      <title>Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310406#M81538</link>
      <description>&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;Hi Everyone&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;I have a requirement where I will be getting&amp;nbsp;approx. 10-12 files with varied schemas.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;I will need to load them to their respective database tables.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;There will be very little manipulation, such as:&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;1.) One Sequence Number Field&amp;nbsp;will be extra &amp;nbsp;on the table(basically row_num sort of a thing)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;2.) One Date_load field will be extra, which will be derived from filename.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;How do I achieve this in one generic job?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;U&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;STRONG&gt;File Name: &lt;/STRONG&gt;&lt;FONT color="#3366FF"&gt;TableA_04-07-2017.csv&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;STRONG&gt;File Contents:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2" color="#3366FF"&gt;col1,col2,col3&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2" color="#3366FF"&gt;ABC,123,XYZ&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2" color="#3366FF"&gt;DEF,456,PQR&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;STRONG&gt;Table Name: &lt;/STRONG&gt;&lt;FONT color="#3366FF"&gt;TableA_Staging&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;&lt;STRONG&gt;Expected Output on Table:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2" color="#3366FF"&gt;1,ABC,123,XYZ,04-07-2017&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2" color="#3366FF"&gt;2,DEF,456,PQR,04-07-2017&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif" size="2"&gt;Rabi&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310406#M81538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310407#M81539</link>
      <description>&lt;P&gt;Use the dynamic schema functionality in the subscription version of the product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will read the name of the file, use string manipulation to extract the table name from the file name, then generic job to read the file using dynamic schema, send to a tmap, add the additional sequence number and date column to the tmap, and out to your database. &amp;nbsp;The output component will use the table name you extracted from the file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 02:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310407#M81539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T02:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310408#M81540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using dynamic schema now. And am able to transform&amp;nbsp;fields that are present on the files using tJavaFlex.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But not sure how to add extra fields.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you show me manipulate dynamic schema on the tmap component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Rabi Panda&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310408#M81540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T07:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310409#M81541</link>
      <description>&lt;P&gt;Was able to do it. But now I am getting an error that says&lt;/P&gt;&lt;P align="left"&gt;[ERROR]: sat_control.testdynamicschema3_0_1.testDynamicSchema3 - tOracleOutput_1 - ORA-00917: missing comma&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 10:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310409#M81541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310410#M81542</link>
      <description>&lt;P&gt;Can you change the order and put the dynamic columns at the end of the schema? &amp;nbsp;Just try that&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310410#M81542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310411#M81543</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Tried that... Got the same error!&lt;/P&gt; 
&lt;P&gt;Also tried writing to a file and the read all fields as dynamic instead of part dynamic and part conventional fields.&lt;/P&gt; 
&lt;P&gt;Got another error after that :&amp;nbsp;&lt;SPAN&gt;ORA-00928: missing SELECT keyword.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 06:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310411#M81543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310412#M81544</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&amp;nbsp;Any ideas!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310412#M81544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310413#M81545</link>
      <description>&lt;P&gt;This is difficult to diagnose by post like this. &amp;nbsp;Do you have an annonymised job that you can export and attached to show what problems you are having?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 20:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310413#M81545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T20:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310414#M81546</link>
      <description>&lt;P&gt;Was able to resolve the issue.&lt;/P&gt;&lt;P&gt;The file needs to have a header and the column names on the header needs to adhere to the column names on the table.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 13:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310414#M81546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generic File Loader</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310415#M81547</link>
      <description>&lt;P&gt;That's great. &amp;nbsp;Been busy hence the delay in responding.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 22:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generic-File-Loader/m-p/2310415#M81547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T22:12:16Z</dc:date>
    </item>
  </channel>
</rss>

