<?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: create staging table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266840#M45926</link>
    <description>&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/15531"&gt;@nthampi&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;could you give me an example for this table?</description>
    <pubDate>Tue, 19 Mar 2019 10:56:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-19T10:56:28Z</dc:date>
    <item>
      <title>create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266820#M45906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've got a MS SQL 2012 Server and I'm connection successful with the following Parameters:&lt;/P&gt; 
&lt;P&gt;DB Version: Open source JTDS&lt;/P&gt; 
&lt;P&gt;Parameters: domain=yourdomain;useNTLMv2=true&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if there is a better option I would prefer to use it &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=======&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to load data from a .csv file into a new created table (staging table), this .csv is changing every time if a new supplier sends it (in it are article data), my first question is - how to load this csv into a new table?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After uploading and loading the new data into the correct tables (I think this will be another post) I would like to delete or truncate the table - how to do this?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=======&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your help! &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;apit&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266820#M45906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266821#M45907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can read multiple files to DB at same time. You need to use tFileList to read the files.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Then for each file (provided the schema is same), you can connect to target DB with create table option enabled.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; For each input file, you can use the same name as of input file (after trimming the file extension) so that new table will be created if its not there.&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-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3UH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149822iE0E7C7D87E68169A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3UH.png" alt="0683p000009M3UH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please note that I have directly added file name here. But you need to remove the extn using a tjavarow or tjava.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 07:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266821#M45907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266822#M45908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPMAAA4"&gt;@apit&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you want to delete or truncate, you can use tDBRow component where you can add the delete or truncate command.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 07:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266822#M45908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T07:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266823#M45909</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;thank you for your help - but for the moment I get a error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Compile Error on Line 1335, pstmt_tDBOutput_2 cannot be resolved.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope you can help &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend-createtable.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3Vy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128188i033D1EA014574C9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3Vy.png" alt="0683p000009M3Vy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266823#M45909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266824#M45910</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please show me the content of the error component?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please also print and verify the output data in tjava row also to make sure that there are no data issues like table name format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 16:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266824#M45910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T16:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266825#M45911</link>
      <description>&lt;P&gt;Sure &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you explain me how to iterate all files? I have no idea how it is working - or something equivalent to read, thank you very much! &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&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="dboutput.PNG" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17403i8DABB5F6D3A035EB/image-size/large?v=1.0&amp;amp;px=999" title="dboutput.PNG" alt="dboutput.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFileInputDelimited.PNG" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17404i03FC82E036901BBB/image-size/large?v=1.0&amp;amp;px=999" title="tFileInputDelimited.PNG" alt="tFileInputDelimited.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tJavaRow.PNG" style="width: 937px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17402i56ADD855AF534C21/image-size/large?v=1.0&amp;amp;px=999" title="tJavaRow.PNG" alt="tJavaRow.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How would it be possible to edit code?&lt;/P&gt; 
&lt;P&gt;Here are the errors:&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="code6.PNG" style="width: 930px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17408i70C5AEAD68B031FD/image-size/large?v=1.0&amp;amp;px=999" title="code6.PNG" alt="code6.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code1.PNG" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17405iE7B9C13865758BB9/image-size/large?v=1.0&amp;amp;px=999" title="code1.PNG" alt="code1.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code2.PNG" style="width: 618px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17407iF7D49FBC28719ECE/image-size/large?v=1.0&amp;amp;px=999" title="code2.PNG" alt="code2.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code3.PNG" style="width: 601px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17406i974DD7856B6E6C9B/image-size/large?v=1.0&amp;amp;px=999" title="code3.PNG" alt="code3.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code4.PNG" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17409i699A3598CE7D4D5B/image-size/large?v=1.0&amp;amp;px=999" title="code4.PNG" alt="code4.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 06:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266825#M45911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266826#M45912</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;,I believe,you have not configured properly tDBOutput or you need to install the required jars,since i see the red color sign on the top right corner on tDBoutput&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266826#M45912</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-19T07:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266827#M45913</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;I think you are right - but maybe it is because of the name of the table, I'm not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what *.jar files do I need?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266827#M45913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T07:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266828#M45914</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please print the current value of the tables to make sure they are following the DB standards?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check whether all the jars have been added to the component as it is also an important factor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266828#M45914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T07:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266829#M45915</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/15531"&gt;@nthampi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;here are the 25st lines&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Kategorie;Produktgruppe;Warengruppe;Artikelnummer;EAN;Hersteller-Artikelnummer;Beschreibung;Nettogewicht;Länge mm;Breite mm;Höhe mm;Durchmesser mm;Spannung;Kapazität;System;Herstellercode;Variante;VK-Preis;Einheit;Menge VE;Empf. EVP;Beschreibung 2;Beschreibung 3;Zollpos.;Ursprungsland
Akkus;Backup - Akkus;Backup Zellen;101183;4038338011180;101183;3/X150H mit Stecker;24;0;0;0;0;3.6;150;Ni-MH;CONNECT;;6.68;ST;1;0;CMOS Batterie;3er Reihe aus X150H;85075000;CHI
Akkus;Backup - Akkus;Backup Zellen;124540;4038338028584;124540;6/V40H mit Stecker;20;0;0;0;0;7.2;40;Ni-MH;CONNECT;;22.76;ST;1;0;CMOS Batterie;6er Raute aus V40H;85075000;CHI
Akkus;Backup - Akkus;Backup Zellen;125756;4038338028829;125756;CR2016 mit Stecker;2;0;0;0;0;3;75;Li-Mn;CONNECT;;2.02;ST;1;0;CMOS Batterie;CR2016;85065030;CHI
Akkus;Backup - Akkus;Backup Zellen;125759;4038338021431;125759;CR2025 mit Stecker;5;0;0;2.5;20;3;165;Li-Mn;CONNECT;;2.04;ST;1;0;CMOS Batterie;CR2025;85065030;J
Akkus;Backup - Akkus;Backup Zellen;125760;4038338015645;125760;CR2032 mit Stecker;3;0;0;0;0;3;220;Li-Mn;CONNECT;;1.98;ST;1;0;CMOS Batterie;CR2032;85065030;CHI
Akkus;Backup - Akkus;Backup Zellen;301291;;301291;CR2032 mit Stecker;3;0;0;0;0;3;220;;CONNECT;;1.73;ST;1;0;CMOS Batterie;CR2032;85065030;CHI
Akkus;Backup - Akkus;Backup Zellen;301293;;301293;2/V15H mit Stecker;GO;0;0;0;0;2.4;15;Ni-MH;CONNECT;;7.22;ST;1;0;CMOS Batterie;2er Reihe aus Varta V15H;85075000;CHI
Akkus;Backup - Akkus;Backup Zellen;301294;4038338017793;301294;3/V15H mit Stecker;30;0;0;0;0;3.6;15;Ni-MH;CONNECT;;8.18;ST;1;0;CMOS Batterie;3er Reihe aus V15H;85075000;D
Akkus;Backup - Akkus;Backup Zellen;301300;4038338011210;301300;6/V15H mit Stecker;12;0;0;0;0;7.2;15;Ni-MH;DIVERSE;;10.72;ST;1;0;CMOS Batterie;6er Doppelreihe aus V15H;85075000;CHI
Akkus;Backup - Akkus;Backup Zellen;301302;;301302;6/X150H mit Stecker;15;0;0;0;0;7.2;150;Ni-MH;CONNECT;;9.99;ST;1;0;CMOS Batterie;6er Doppelreihe aus X150H;85075000;D
Akkus;Backup - Akkus;Backup Zellen;301305;4038338027860;301305;6/V15H mit Stecker;12;0;0;0;0;7.2;15;Ni-MH;BLACKFOX;BLISTER;16.02;ST;1;0;CMOS Batterie;6er Reihe aus V15H;85075000;CHI
Akkus;Backup - Akkus;Backup Zellen;301306;4038338028973;301306;6/V40H mit Stecker;20;0;0;0;0;7.2;40;Ni-MH;CONNECT;;17.28;ST;1;0;CMOS Batterie;6er Reihe aus V40H;85075000;CHI
Akkus;Bleiakkus - AGM;CTM CT Standard;303272;;CT2.6-12;CT2.6-12 für Waeco PowerVac;823;70;48;100;0;12;2600;Pb;CTM;;12.58;ST;1;0;CTM CT2.6-12 Ersatzakku für Waeco PowerVac;Handstaubsauger;85072020;CHI
Akkus;Bleiakkus - AGM;EXIDE Marathon L;301007;;8544122055;Marathon L2V220;16.000;209;136;283;0;2;220000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V220;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;123209;;8544311155;Marathon L6V110;23.000;272;166;190;0;6;112000;Pb;EXIDE;;108.7;ST;1;0;Exide Marathon L6V110;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;300399;;8544601555;Marathon L12V15;6.500;181;76;167;167;12;14000;Pb;EXIDE;;52.82;ST;1;0;Exide Marathon L12V15;Anschluss M-M6;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;124906;;8544602455;Marathon L12V24;9.500;168;127;174;0;12;23500;Pb;EXIDE;;57.25;ST;1;0;Exide Marathon L12V24;Anschluss M-M6;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;118107;;8544603355;Marathon L12V32;13.500;198;168;175;0;12;31500;Pb;EXIDE;;74.12;ST;1;0;Exide Marathon L12V32;Anschluss M-M6;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;305138;;NALL020270HM0FA;Marathon L2V270;16.000;209;136;283;0;2;270000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V270;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;305139;;NALL020320HM0FA;Marathon L2V320;16.000;209;202;283;0;2;320000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V320;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;304293;;NALL020375HM0FA;Marathon L2V375;16.000;209;202;283;0;2;375000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V375;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;304371;;NALL020425HM0FA;Marathon L2V425;16.000;209;202;283;0;2;425000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V425;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;304401;;NALL020470HM0FA;Marathon L2V470;16.000;209;202;283;0;2;470000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V470;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;304402;;NALL020520HM0FA;Marathon L2V520;16.000;209;202;283;0;2;575000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V575;Anschluss M-M8;85072020;PT
Akkus;Bleiakkus - AGM;EXIDE Marathon L;304403;;NALL020575HM0FA;Marathon L2V575;16.000;209;202;283;0;2;520000;Pb;EXIDE;;759.99;ST;1;0;Exide Marathon L2V520;Anschluss M-M8;85072020;PT&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2019 08:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266829#M45915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T08:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266830#M45916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This looks fine. But in previous screen shot for tDBOutput, I could see that Table name is empty. Could you please add table name and show us the results? Also please share a latest screen shot of this component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266830#M45916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266831#M45917</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 953px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17414iD3C2B45D67D6D157/image-size/large?v=1.0&amp;amp;px=999" title="error.PNG" alt="error.PNG" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tabelle_name.PNG" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17415iED5F443E90E5BB08/image-size/large?v=1.0&amp;amp;px=999" title="tabelle_name.PNG" alt="tabelle_name.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266831#M45917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T09:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266832#M45918</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;,you should specify the schema name also. why schema is empty?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266832#M45918</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-19T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266833#M45919</link>
      <description>&lt;P&gt;Good catch&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp; , Could you please create a metadata connection for your target table? You can then drag and drop the metadata and select tDBOutput. In this way you will make sure that the DB connection is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266833#M45919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266834#M45920</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;because I have no idea for the moment what would be the right schem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/15531"&gt;@nthampi&lt;/A&gt;this is what I did.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266834#M45920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266835#M45921</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;,since you need to connect MSSQL sever from outside and verify the schema.check below links.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="kwd"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;*&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; sys&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;schemas&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/226042/how-do-i-query-if-a-database-schema-exists" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/226042/how-do-i-query-if-a-database-schema-exists&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.informit.com/articles/article.aspx?p=1216889&amp;amp;seqNum=2" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.informit.com/articles/article.aspx?p=1216889&amp;amp;seqNum=2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266835#M45921</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-19T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266836#M45922</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is what I get - can you help me?&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="schema.PNG" style="width: 338px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17416i1DFCB6D44905D4D4/image-size/large?v=1.0&amp;amp;px=999" title="schema.PNG" alt="schema.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266836#M45922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266837#M45923</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;,which schema you want to use to load that table or are you going to create a new table?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266837#M45923</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-19T10:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266838#M45924</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/2468"&gt;@manodwhb&lt;/A&gt;will be a new one &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266838#M45924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T10:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: create staging table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266839#M45925</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/19984"&gt;@apit&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Schema name, Table name and data structure (input data schema) are some of the mandatory information while creating a table. So if any of this information is missing or not correct, you will not be able to load data to an existing table or create any new table. If you are creating any new table, make sure that length values should be populated for all String components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-staging-table/m-p/2266839#M45925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T10:47:16Z</dc:date>
    </item>
  </channel>
</rss>

