<?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: Command line in Talend to call Unix based operating system in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327787#M97136</link>
    <description>&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would need the command line for unix box to unzip the files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like using 7z we can do the unzip the zip file. The same way I need it for unix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2018 11:25:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-29T11:25:05Z</dc:date>
    <item>
      <title>Command line in Talend to call Unix based operating system</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327785#M97134</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone calls the Unix based server and get the file using SFTP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I am using 7Z command line to get the file from SFTP, but in real time clients has the data in Unix based environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"cmd /c 7z.exe x C:/Users/deepakg/input/*.zip -oC:/Users/deepakg/output/"+TalendDate.getDate("yyyy-MM-dd")+" -y"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327785#M97134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Command line in Talend to call Unix based operating system</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327786#M97135</link>
      <description>&lt;P&gt;Hi Deepak ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend provides FTP components like tFTPGet , tFTPConnection , tFTPPut and etc. By using these components we can pull files from FTP server and load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327786#M97135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Command line in Talend to call Unix based operating system</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327787#M97136</link>
      <description>&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would need the command line for unix box to unzip the files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like using 7z we can do the unzip the zip file. The same way I need it for unix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327787#M97136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Command line in Talend to call Unix based operating system</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327788#M97137</link>
      <description>&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use unzip command. If you want to execute it from Talend use tsystem component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;sudo unzip file.zip or&amp;nbsp;sudo unzip folder_path/text.zip -d test_folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Command-line-in-Talend-to-call-Unix-based-operating-system/m-p/2327788#M97137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:31:53Z</dc:date>
    </item>
  </channel>
</rss>

