<?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 tSystem doesn't work in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266576#M45753</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;I am using Talend 7.1.1 Big Data and I have to change the name of the catalogue files on my repository (/tmp/) with a standard name (removing the number of the version):&lt;/P&gt; 
&lt;P&gt;I used this command in my ubuntu machine and it works:&lt;/P&gt; 
&lt;DIV class="lia-spoiler-container"&gt; 
 &lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt; 
 &lt;NOSCRIPT&gt;
   (Highlight to read) 
 &lt;/NOSCRIPT&gt; 
 &lt;DIV class="lia-spoiler-border"&gt; 
  &lt;DIV class="lia-spoiler-content"&gt;
    for f in /tmp/*catalogue_v*; do a=$(echo $(echo $f |sed 's/catalogue_v.*//')"catalogue"); cp "$f" "$a"; done; 
  &lt;/DIV&gt; 
  &lt;NOSCRIPT&gt; 
   &lt;DIV class="lia-spoiler-noscript-container"&gt; 
    &lt;DIV class="lia-spoiler-noscript-content"&gt;
      for f in /tmp/*catalogue_v*; do a=$(echo $(echo $f |sed 's/catalogue_v.*//')"catalogue"); cp "$f" "$a"; done; 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/NOSCRIPT&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;P&gt;I tried to put that command with " cmd /c " at the begginning of the string and I tried to put "use array command" too, but they don't work.&lt;/P&gt; 
&lt;P&gt;The error is: "f not expected"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Does anybody know how can I solve my problem?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:22:18 GMT</pubDate>
    <dc:creator>vincecassel</dc:creator>
    <dc:date>2024-11-16T02:22:18Z</dc:date>
    <item>
      <title>tSystem doesn't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266576#M45753</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;I am using Talend 7.1.1 Big Data and I have to change the name of the catalogue files on my repository (/tmp/) with a standard name (removing the number of the version):&lt;/P&gt; 
&lt;P&gt;I used this command in my ubuntu machine and it works:&lt;/P&gt; 
&lt;DIV class="lia-spoiler-container"&gt; 
 &lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt; 
 &lt;NOSCRIPT&gt;
   (Highlight to read) 
 &lt;/NOSCRIPT&gt; 
 &lt;DIV class="lia-spoiler-border"&gt; 
  &lt;DIV class="lia-spoiler-content"&gt;
    for f in /tmp/*catalogue_v*; do a=$(echo $(echo $f |sed 's/catalogue_v.*//')"catalogue"); cp "$f" "$a"; done; 
  &lt;/DIV&gt; 
  &lt;NOSCRIPT&gt; 
   &lt;DIV class="lia-spoiler-noscript-container"&gt; 
    &lt;DIV class="lia-spoiler-noscript-content"&gt;
      for f in /tmp/*catalogue_v*; do a=$(echo $(echo $f |sed 's/catalogue_v.*//')"catalogue"); cp "$f" "$a"; done; 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/NOSCRIPT&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;P&gt;I tried to put that command with " cmd /c " at the begginning of the string and I tried to put "use array command" too, but they don't work.&lt;/P&gt; 
&lt;P&gt;The error is: "f not expected"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Does anybody know how can I solve my problem?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266576#M45753</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2024-11-16T02:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem doesn't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266577#M45754</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR5jAAG"&gt;@vincecassel&lt;/A&gt;&amp;nbsp;, can you show your tsystem component screenshot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and check the below link.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZwAAM" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Executing-a-Linux-command-with-a-pipe-using-a-tSystem-component/ta-p/21671&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 09:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266577#M45754</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-21T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem doesn't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266578#M45755</link>
      <description>&lt;P&gt;I tried using new sting []{} but it gives my sintax problem (cannot convert a string to string).&lt;/P&gt; 
&lt;P&gt;The screenshot is the following:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Immagine.jpg" style="width: 819px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaCK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131576iB7ACD169CEFC01A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaCK.jpg" alt="0683p000009MaCK.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 09:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-doesn-t-work/m-p/2266578#M45755</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-05-21T09:42:44Z</dc:date>
    </item>
  </channel>
</rss>

