<?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 How can I unload the contents of a database table as sql script? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281046#M55707</link>
    <description>How can I unload the contents of a database table as sql script?&lt;BR /&gt;thx</description>
    <pubDate>Sat, 16 Nov 2024 13:15:36 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:15:36Z</dc:date>
    <item>
      <title>How can I unload the contents of a database table as sql script?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281046#M55707</link>
      <description>How can I unload the contents of a database table as sql script?&lt;BR /&gt;thx</description>
      <pubDate>Sat, 16 Nov 2024 13:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281046#M55707</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unload the contents of a database table as sql script?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281047#M55708</link>
      <description>in a tmap you can concatinate all the input columns into a sql statement:&lt;BR /&gt;dbInput--&amp;gt;tMap--&amp;gt;fileOutput&lt;BR /&gt;in the tMap output table, have a single column with something like this:&lt;BR /&gt;Java:&lt;BR /&gt;"INSERT INTO TABLE (COLUMN1,COLUMN2) VALUES (" + row1.column1 +","+ row1.column2 + ");"&lt;BR /&gt;Perl:&lt;BR /&gt;"INSERT INTO TABLE (COLUMN1,COLUMN2) VALUES ( $row1,$row1 );"</description>
      <pubDate>Wed, 06 Oct 2010 19:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281047#M55708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-06T19:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unload the contents of a database table as sql script?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281048#M55709</link>
      <description>It exist also the SQLULDR2 utility to dump the data of your Oracle and other databases in a flat files, SQL format etc...&lt;BR /&gt;You can call the utility from your Talend studio and it works fine.</description>
      <pubDate>Wed, 06 Oct 2010 19:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281048#M55709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-06T19:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unload the contents of a database table as sql script?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281049#M55710</link>
      <description>Hi, &lt;BR /&gt;how do you use SQLULDR2 in talend ? i don't find anything about this&lt;BR /&gt;Do you have an example ?&lt;BR /&gt;thanks for your help</description>
      <pubDate>Wed, 15 Feb 2012 14:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-unload-the-contents-of-a-database-table-as-sql-script/m-p/2281049#M55710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T14:54:03Z</dc:date>
    </item>
  </channel>
</rss>

