<?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 Temporary store db extraction using dynamic schemas in files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325072#M94702</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to mirror several database tables and only use one job and I use dynamic schemas since I do not know the structure of the tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Temorary storing it into a hash output works because hash input picks up the generic schema. Could this be done using files instead in any way?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynamic_schema.PNG" style="width: 613px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Eg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135280iC0F6AF1855922B16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Eg.png" alt="0683p000009M6Eg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Because once I put the data into the file the schema dissapears and I need to add a schema in the input file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a solution with files instead of using hash? some tables are quite large so I do not want so use hash.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Andreas&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 09:11:39 GMT</pubDate>
    <dc:creator>yoxler</dc:creator>
    <dc:date>2019-07-09T09:11:39Z</dc:date>
    <item>
      <title>Temporary store db extraction using dynamic schemas in files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325072#M94702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to mirror several database tables and only use one job and I use dynamic schemas since I do not know the structure of the tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Temorary storing it into a hash output works because hash input picks up the generic schema. Could this be done using files instead in any way?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynamic_schema.PNG" style="width: 613px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Eg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135280iC0F6AF1855922B16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Eg.png" alt="0683p000009M6Eg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Because once I put the data into the file the schema dissapears and I need to add a schema in the input file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a solution with files instead of using hash? some tables are quite large so I do not want so use hash.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 09:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325072#M94702</guid>
      <dc:creator>yoxler</dc:creator>
      <dc:date>2019-07-09T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary store db extraction using dynamic schemas in files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325073#M94703</link>
      <description>why dont you start by loading data into work file.
&lt;BR /&gt;then use it to load db then if there is error rename/move file?</description>
      <pubDate>Tue, 09 Jul 2019 09:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325073#M94703</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-07-09T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary store db extraction using dynamic schemas in files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325074#M94704</link>
      <description>&lt;P&gt;The structure of the tables is unknown and will be changing over time, and thats why I want to use dynamic schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the tDBOutput component has a "Drop table if exists and create" so it will always reflect the source table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I guess that if I would go with solution that you suggest it would end up in errors it there is a mismatch between the destination table and the file?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 10:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325074#M94704</guid>
      <dc:creator>yoxler</dc:creator>
      <dc:date>2019-07-09T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary store db extraction using dynamic schemas in files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325075#M94705</link>
      <description>be carefull, dynamics link (orange) bring type only on direct way. if you store and load data (with file , type is only strings) breaking the link you will loose columns type's.</description>
      <pubDate>Tue, 09 Jul 2019 16:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325075#M94705</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-07-09T16:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary store db extraction using dynamic schemas in files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325076#M94706</link>
      <description>&lt;P&gt;Ok, so there is no way to store the schema somehow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried several approaches but non of them worked out.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 12:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Temporary-store-db-extraction-using-dynamic-schemas-in-files/m-p/2325076#M94706</guid>
      <dc:creator>yoxler</dc:creator>
      <dc:date>2019-07-10T12:43:43Z</dc:date>
    </item>
  </channel>
</rss>

