<?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: Load Any CSV to Temporary table of OracleDB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266127#M45450</link>
    <description>&lt;P&gt;If You use community version - it never Guess &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; all must be pre-defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subscription "support" dynamic schema. but it also have a lot of question - and it normal, because it unreal guess all possible cases (if not create all columns as VARCHAR)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and &amp;nbsp;&lt;SPAN&gt;tOracleBulkExec - not support dynamic schema&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 14:00:13 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-05-10T14:00:13Z</dc:date>
    <item>
      <title>Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266123#M45446</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I would to design a job that can take any csv file, and load in oracle database.&lt;/P&gt;&lt;P&gt;I tried to use tOracleBulkExe, but did not succeed to make it work.&lt;/P&gt;&lt;P&gt;Can someone helps me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;dgm&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266123#M45446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T12:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266124#M45447</link>
      <description>&lt;P&gt;what it mean - any csv?&lt;/P&gt;&lt;P&gt;how look Your problem?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 13:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266124#M45447</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-10T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266125#M45448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Here are some examples:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;file1.csv&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Name;Surname&lt;/P&gt;
&lt;P&gt;Zan;Yan&lt;/P&gt;
&lt;P&gt;DON;Peter&lt;/P&gt;
&lt;P&gt;ERESH; Matthieu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;File2.csv&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Id; Cat;Qte&lt;/P&gt;
&lt;P&gt;1, School; 23&lt;/P&gt;
&lt;P&gt;3;Class; 56&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;File3.csv&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Product;Age;Cost;owner&lt;/P&gt;
&lt;P&gt;Pen;1;23;DANGA&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;The sepperator is ";"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like the job to identify the number of columns, guest the schema and load the data in table.&lt;/P&gt;
&lt;P&gt;I will provide the name of the table as context&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thannks for your help&lt;/P&gt;
&lt;P&gt;dgm&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266125#M45448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266126#M45449</link>
      <description>&lt;P&gt;Take a look at the dynamic schema option if you own the Talend enterprise edition.&lt;/P&gt; 
&lt;P&gt;You basically have to create a tFileInputDelimited Component which should have a single column with its datatype as dynamic.&lt;/P&gt; 
&lt;P&gt;Pretty useful and fits your use case very well assuming your source files have header.&lt;/P&gt; 
&lt;P&gt;Also, in your target db component you need to select the action on table as "Drop table if exists and create" (assuming you are using a temporary table of course).&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynamicSchema.PNG" style="width: 369px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu24.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137284i30E33B97C8BB0277/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu24.png" alt="0683p000009Lu24.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 13:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266126#M45449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266127#M45450</link>
      <description>&lt;P&gt;If You use community version - it never Guess &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; all must be pre-defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subscription "support" dynamic schema. but it also have a lot of question - and it normal, because it unreal guess all possible cases (if not create all columns as VARCHAR)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and &amp;nbsp;&lt;SPAN&gt;tOracleBulkExec - not support dynamic schema&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 14:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266127#M45450</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-10T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266128#M45451</link>
      <description>&lt;P&gt;Thanks ArvinRapt for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I still have a problem.&lt;/P&gt;
&lt;P&gt;It's ok for tFileDelimiterInput, but what should I put as schema for tOracleOutput?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One's more, thanks for your help&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqs6"&gt;tOracleOutput.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 10 May 2017 15:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266128#M45451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266129#M45452</link>
      <description>&lt;P&gt;Just a single column with data type defined as dynamic.&lt;/P&gt;&lt;P&gt;Let me know if it works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 15:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266129#M45452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T15:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266130#M45453</link>
      <description>&lt;P&gt;For tFileInputDelimited_1, I've created a single column with type Dynamic. No problem with this component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please, can you check the below image?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tOracleOutput.JPG" style="width: 504px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu8a.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139385i77B50F2BB255B412/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu8a.jpg" alt="0683p000009Lu8a.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;DB Type : Dynamic not available.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 15:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266130#M45453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T15:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load Any CSV to Temporary table of OracleDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266131#M45454</link>
      <description>&lt;P&gt;The DB Type will be varchar but your talend data type has to be dynamic.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynamicSchema.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LthI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144255i21DDA3BDFC55C27A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LthI.png" alt="0683p000009LthI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 15:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-Any-CSV-to-Temporary-table-of-OracleDB/m-p/2266131#M45454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T15:49:42Z</dc:date>
    </item>
  </channel>
</rss>

