<?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: Qlik Data Calatalyst and Sqoop - Database Import and Export in Catalog and Lineage</title>
    <link>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640899#M116</link>
    <description>&lt;P&gt;Hi Brunno,&lt;BR /&gt;&lt;BR /&gt;Open Connector will run a sh script, so you will need to create a script to do a data import and additional properties to send the parameters to your script.&lt;/P&gt;
&lt;P&gt;To create new properties and use in your sh script you will need to use QDC API to create them (PUT /propDef/v1/save).&lt;/P&gt;
&lt;P&gt;You will find in QDC help 2 examples,&amp;nbsp;DistCp script and&amp;nbsp;Secure Copy (SCP/SSH) script, you can use the sample scripts to start your own.&lt;/P&gt;
&lt;P&gt;---------&lt;/P&gt;
&lt;P&gt;In case you are planning to insert data into an MS SQL DB you can also use the bcp tool in your sh script. I am adding some MS links here as a reference for you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-migrate-bcp?view=sql-server-2017" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-migrate-bcp?view=sql-server-2017&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/pt-br/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/pt-br/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2019 15:04:01 GMT</pubDate>
    <dc:creator>lucassad</dc:creator>
    <dc:date>2019-10-29T15:04:01Z</dc:date>
    <item>
      <title>Qlik Data Calatalyst and Sqoop - Database Import and Export</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640147#M113</link>
      <description>&lt;P&gt;Hello everyone!&lt;BR /&gt;I am trying to make use of sqoop to import data to QDC (DB -&amp;gt; QDC) and also to export QDC data (QDC -&amp;gt; DB), but I am not succeeding. I've used several sqoop command attempts, like the example below. Could you support? An example of trying sqoop command is below.&lt;/P&gt;&lt;P&gt;sqoop import --connect "jdbc: sqlserver: //apps.in1.com.br:1433; databaseName = DB_DEMO" --username qlik_demo --password 'qlik123' --warehouse-dir / demoqdc&lt;/P&gt;&lt;P&gt;Could you give me an example of sqoop import and export command?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brunno V.B.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 22:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640147#M113</guid>
      <dc:creator>brunnovb_in</dc:creator>
      <dc:date>2021-12-07T22:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Data Calatalyst and Sqoop - Database Import and Export</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640786#M115</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49040"&gt;@brunnovb_in&lt;/a&gt;&amp;nbsp;why are you using scoop to onboard data and not using the regular workflow?&lt;/P&gt;
&lt;P&gt;About exporting data to RDBMS, you could use the OPENCONNECTOR target and please check the manual&lt;/P&gt;
&lt;P&gt;&lt;A href="http://qmi-qdc-single:8080/podium-webhelp/v1/index.htm#t=SOURCE%2FOPENCONNECTOR_Usage_and_Tips.htm&amp;amp;rhsearch=OPENCONNECTOR&amp;amp;rhhlterm=OPENCONNECTOR&amp;amp;rhsyns=%20" target="_blank"&gt;http://&amp;lt;yourserver&amp;gt;:8080/podium-webhelp/v1/index.htm#t=SOURCE%2FOPENCONNECTOR_Usage_and_Tips.htm&amp;amp;rhsearch=OPENCONNECTOR&amp;amp;rhhlterm=OPENCONNECTOR&amp;amp;rhsyns=%20&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 12:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640786#M115</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2019-10-29T12:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Data Calatalyst and Sqoop - Database Import and Export</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640899#M116</link>
      <description>&lt;P&gt;Hi Brunno,&lt;BR /&gt;&lt;BR /&gt;Open Connector will run a sh script, so you will need to create a script to do a data import and additional properties to send the parameters to your script.&lt;/P&gt;
&lt;P&gt;To create new properties and use in your sh script you will need to use QDC API to create them (PUT /propDef/v1/save).&lt;/P&gt;
&lt;P&gt;You will find in QDC help 2 examples,&amp;nbsp;DistCp script and&amp;nbsp;Secure Copy (SCP/SSH) script, you can use the sample scripts to start your own.&lt;/P&gt;
&lt;P&gt;---------&lt;/P&gt;
&lt;P&gt;In case you are planning to insert data into an MS SQL DB you can also use the bcp tool in your sh script. I am adding some MS links here as a reference for you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-migrate-bcp?view=sql-server-2017" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-migrate-bcp?view=sql-server-2017&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/pt-br/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/pt-br/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/Qlik-Data-Calatalyst-and-Sqoop-Database-Import-and-Export/m-p/1640899#M116</guid>
      <dc:creator>lucassad</dc:creator>
      <dc:date>2019-10-29T15:04:01Z</dc:date>
    </item>
  </channel>
</rss>

