<?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: Creating sql server tables using a file list in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2513169#M147426</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/333529"&gt;@Mickael_Ro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First, you need your delimited file schema created in your Metadata based on your CSV file structure.&lt;BR /&gt;This will be the "recipe" to create your SQL Server Table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1743776354283.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179379i546C47844CCC99AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1743776354283.png" alt="marksouzacosta_1-1743776354283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Connect your tFileInputDelimited block to the tDbOutput block using the Row &amp;gt; Main.&lt;BR /&gt;Next, select the tDbOutput block, click on the Sync columns button to import the CSV schema to the tDbOutput Schema and on Table Action, select CREATE_IF_NOT_EXISTS. This will create the SQL Table during the process.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_2-1743776672555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179380i871E7839613B65A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_2-1743776672555.png" alt="marksouzacosta_2-1743776672555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Apr 2025 14:25:01 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2025-04-04T14:25:01Z</dc:date>
    <item>
      <title>Creating sql server tables using a file list</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2512992#M147416</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to retrieve the list of csv files in a local folder and create SQL Server tables automatically by name.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mickael_Ro_0-1743688100259.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179313iE40E8B0CDD4796F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mickael_Ro_0-1743688100259.png" alt="Mickael_Ro_0-1743688100259.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I use a “tFileList” component that retrieves file names. I then use a “tFileInputDelimited” component to retrieve the files.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mickael_Ro_1-1743688241311.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179316iF55A73796824646B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mickael_Ro_1-1743688241311.png" alt="Mickael_Ro_1-1743688241311.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But I get this error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mickael_Ro_2-1743688309376.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179317i9FFB2ABEED234CD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mickael_Ro_2-1743688309376.png" alt="Mickael_Ro_2-1743688309376.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I think the problem lies with the “Main” link, which should be ‘iterate’, but this is not possible for a “tDBOutput” component.&lt;/P&gt;
&lt;P&gt;Do you have an idea for my request?&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 13:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2512992#M147416</guid>
      <dc:creator>Mickael_Ro</dc:creator>
      <dc:date>2025-04-03T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sql server tables using a file list</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2513169#M147426</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/333529"&gt;@Mickael_Ro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First, you need your delimited file schema created in your Metadata based on your CSV file structure.&lt;BR /&gt;This will be the "recipe" to create your SQL Server Table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1743776354283.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179379i546C47844CCC99AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1743776354283.png" alt="marksouzacosta_1-1743776354283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Connect your tFileInputDelimited block to the tDbOutput block using the Row &amp;gt; Main.&lt;BR /&gt;Next, select the tDbOutput block, click on the Sync columns button to import the CSV schema to the tDbOutput Schema and on Table Action, select CREATE_IF_NOT_EXISTS. This will create the SQL Table during the process.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_2-1743776672555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179380i871E7839613B65A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_2-1743776672555.png" alt="marksouzacosta_2-1743776672555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 14:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2513169#M147426</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-04-04T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sql server tables using a file list</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2513170#M147427</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;The problem isn't creating an sql table with a csv file. The problem is to automate the creation of sql server tables via a list of local csv files.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 14:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-sql-server-tables-using-a-file-list/m-p/2513170#M147427</guid>
      <dc:creator>Mickael_Ro</dc:creator>
      <dc:date>2025-04-04T14:35:15Z</dc:date>
    </item>
  </channel>
</rss>

