<?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: unable to get output .sql file from db source in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241206#M28444</link>
    <description>i tried this way but am getting empty page help me.&lt;BR /&gt;is any other way to generate the .sql file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Aug 2018 14:23:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-28T14:23:49Z</dc:date>
    <item>
      <title>unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241202#M28440</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Am trying to get the .sql file as output for insert scripts from tmysqlinput as source, but i did not get any solution for this scenario.&lt;/P&gt;&lt;P&gt;how&amp;nbsp; can i achieve for this method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 11:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241202#M28440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241203#M28441</link>
      <description>Do you want?&lt;BR /&gt;"select * from mytable"&lt;BR /&gt;response should be:&lt;BR /&gt;"INSERT INTO mytable x (a,b,c,d) values (1,2,3,4)&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2018 10:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241203#M28441</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-28T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241204#M28442</link>
      <description>&lt;P&gt;Yes, i want insert scripts.also i have used tsystem component using by this command&lt;BR /&gt;"mysqldump -u talenduser -p db name table name &amp;gt; output.sql"&lt;BR /&gt;but am not getting the result ,getting error as&lt;BR /&gt;mysqldump: Couldn't find table: "&amp;gt;"&lt;BR /&gt;can u pls suggest me to resolve this error&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 13:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241204#M28442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241205#M28443</link>
      <description>&lt;P&gt;mysqldump is a client utility, to be able to run this command you need to have it on your workstation / server.&lt;BR /&gt;you need to use the tSystem component and let it run the mysqldump command&lt;BR /&gt;the &amp;gt; output.sql is a piping to a file, suggest specifying destination too.&lt;BR /&gt;Next you use the tDBOutputBulk / tMySQLOutputBulk and use the generated file.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 13:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241205#M28443</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-28T13:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241206#M28444</link>
      <description>i tried this way but am getting empty page help me.&lt;BR /&gt;is any other way to generate the .sql file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241206#M28444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241207#M28445</link>
      <description>No/Yes
&lt;BR /&gt;No, not with a different component.
&lt;BR /&gt;Yes, if you want to do some java-coding and use the tJavaRow component and generate the insert statements entirely by yourself.
&lt;BR /&gt;Second yes, if its a one time load ... you could ask your DB-Admin to do a backup (which wil generate .sql files).
&lt;BR /&gt;
&lt;BR /&gt;Third, mysqldump utility should work fine... so you're doing something wrong, Im missing a host specification. Also add the -v for verbose more information.
&lt;BR /&gt;mysqldump -v -h &amp;lt;database_hostname&amp;gt; -u&amp;lt;database_username&amp;gt; -p'&amp;lt;database_password&amp;gt;' &amp;lt;database_name&amp;gt; &amp;gt; test.sql
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html&lt;/A&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241207#M28445</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-28T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get output .sql file from db source</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241208#M28446</link>
      <description>&lt;P&gt;i have used the both ways using java row i gave like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;context.insert = "INSERT INTO CHECK_IN(CoworkerId,CoworkerFullName ) VALUES (" + row7.CoworkerId+ "," +row7.CoworkerFullName+ ")"; (in tjavarow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tdbinput---&amp;gt;tjavarow&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;|&amp;nbsp; subjob&lt;/P&gt;&lt;P&gt;tfixedflowinput--tmap--tfileoutputdelimited&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tfixedflowinput - given context.insert&amp;nbsp; as fixed in column1 and map to&amp;nbsp;tfileoutputdelimited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;here i get only one insert statement&amp;nbsp;&amp;nbsp;but it's not iterate the all records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-get-output-sql-file-from-db-source/m-p/2241208#M28446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T08:12:22Z</dc:date>
    </item>
  </channel>
</rss>

