<?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 Delete and insert in a SQL Server imported data from positional file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269936#M48003</link>
    <description>Hi all,&lt;BR /&gt;I'm a newbie about Talend DI and I would like perform these following tasks:&lt;BR /&gt;- import a positional file&lt;BR /&gt;- truncate destination table&lt;BR /&gt;- transform imported clean&lt;BR /&gt;- insert trasformed data into the destination table.&lt;BR /&gt;I'm reading the Talend DI User Guide, but actually I dont understand how can i perform this easy job.&lt;BR /&gt;Does anyone can notice me any image or simple tutorial useful to my training?&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Thu, 20 Sep 2012 17:44:00 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-09-20T17:44:00Z</dc:date>
    <item>
      <title>Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269936#M48003</link>
      <description>Hi all,&lt;BR /&gt;I'm a newbie about Talend DI and I would like perform these following tasks:&lt;BR /&gt;- import a positional file&lt;BR /&gt;- truncate destination table&lt;BR /&gt;- transform imported clean&lt;BR /&gt;- insert trasformed data into the destination table.&lt;BR /&gt;I'm reading the Talend DI User Guide, but actually I dont understand how can i perform this easy job.&lt;BR /&gt;Does anyone can notice me any image or simple tutorial useful to my training?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 20 Sep 2012 17:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269936#M48003</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-09-20T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269937#M48004</link>
      <description>Hi,
&lt;BR /&gt;I need only a simple example to understand talend machanisms.
&lt;BR /&gt;Does anybody can help me?</description>
      <pubDate>Fri, 21 Sep 2012 10:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269937#M48004</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-09-21T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269938#M48005</link>
      <description>Try looking at the tutorials and the examples provided with Talend. This is very fundemental stuff.</description>
      <pubDate>Fri, 21 Sep 2012 11:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269938#M48005</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-21T11:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269939#M48006</link>
      <description>Hi, Rosanero4Ever&lt;BR /&gt;For your tasks, we design a job(see pic): tMysqlRow(onSubjectok)--&amp;gt;in.txt(main)--&amp;gt;tMysqloutput--&amp;gt;tLogRow. We set the in.txt as a positional file and the  pattern is "7,9,*" , for example:&lt;BR /&gt; Id      Name       age&lt;BR /&gt;  1      Mike          22&lt;BR /&gt;  2      John          33&lt;BR /&gt;This job can meet your 4 needs:&lt;BR /&gt;- import a positional file&lt;BR /&gt;- truncate destination table&lt;BR /&gt;- transform imported clean&lt;BR /&gt;- insert trasformed data into the destination table.&lt;BR /&gt;And in the component tMysqlRow, the query is &lt;PRE&gt;"truncate table_name"&lt;/PRE&gt;&lt;BR /&gt;. &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 21 Sep 2012 11:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269939#M48006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-21T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269940#M48007</link>
      <description>Suggest you to check out the following link &lt;A href="http://www.talend.com/resources/documentation.php" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/resources/documentation.php&lt;/A&gt; download the appropriate document and start with it.&lt;BR /&gt;Best of luck!!!&lt;BR /&gt;--&lt;BR /&gt;Regards,&lt;BR /&gt;Vinod</description>
      <pubDate>Fri, 21 Sep 2012 12:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269940#M48007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-21T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269941#M48008</link>
      <description>thank you very much for your kindness. 
&lt;BR /&gt;I'm studying a lot in this moment but I'm fighting with many difficulties (I'm at the second day of using Talend) 
&lt;BR /&gt;The learning curve is hard (for me...) but Talend may be a perfect tool for my work (my job is design dw and etl and at today i wrote only a lot of code for sql scripts) 
&lt;BR /&gt;Thanks again in advance for my future help request 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 21 Sep 2012 13:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269941#M48008</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-09-21T13:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269942#M48009</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi, Rosanero4Ever&lt;BR /&gt;For your tasks, we design a job(see pic): tMysqlRow(onSubjectok)--&amp;gt;in.txt(main)--&amp;gt;tMysqloutput--&amp;gt;tLogRow. We set the in.txt as a positional file and the  pattern is "7,9,*" , for example:&lt;BR /&gt; Id      Name       age&lt;BR /&gt;  1      Mike          22&lt;BR /&gt;  2      John          33&lt;BR /&gt;This job can meet your 4 needs:&lt;BR /&gt;- import a positional file&lt;BR /&gt;- truncate destination table&lt;BR /&gt;- transform imported clean&lt;BR /&gt;- insert trasformed data into the destination table.&lt;BR /&gt;And in the component tMysqlRow, the query is &lt;PRE&gt;"truncate table_name"&lt;/PRE&gt;&lt;BR /&gt;. &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Sabrina&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Why would you use tMysqlRow to truncate a table when it can be done in tMysqlOutput?</description>
      <pubDate>Fri, 21 Sep 2012 15:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269942#M48009</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-21T15:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete and insert in a SQL Server imported data from positional file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269943#M48010</link>
      <description>See 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpCACA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/update-insert-AND-delete-old-rows/td-p/100314&lt;/A&gt; for an image of database insert/update/delete.</description>
      <pubDate>Fri, 21 Sep 2012 15:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-and-insert-in-a-SQL-Server-imported-data-from-positional/m-p/2269943#M48010</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-21T15:26:33Z</dc:date>
    </item>
  </channel>
</rss>

