<?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: how to execute a python script file with an argument using tSystem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267676#M46484</link>
    <description>&lt;P&gt;Thanks vapukov for your response.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I try to do the second solution, i don't get an error but also i don't get any result.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;context.PathPython is: "python \"C:\\Users\\Ines\\Desktop\\Python\\lirealldbf.py"&lt;/P&gt; 
&lt;P&gt;context.var is :&amp;nbsp;((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/P&gt; 
&lt;P&gt;i do this test&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c1.PNG" style="width: 534px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu8R.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135289iE686B3638ED6A0AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu8R.png" alt="0683p000009Lu8R.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c2.PNG" style="width: 461px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu8z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152220i572288BD6D37EB9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu8z.png" alt="0683p000009Lu8z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I think my script python can't read this path ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) so it can't open the file !&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 09:05:20 GMT</pubDate>
    <dc:creator>INESBK</dc:creator>
    <dc:date>2017-05-11T09:05:20Z</dc:date>
    <item>
      <title>how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267674#M46482</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i created this job&amp;nbsp;tFileList-------&amp;gt;tSystem------------&amp;gt;tExtractDelimetedFields&lt;/P&gt;
&lt;P&gt;in order to&amp;nbsp;&lt;SPAN&gt;iterates on files and folders with tFileList, get&amp;nbsp;((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) as result and use this result in tSytem as argument to my script Python.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;rq : my script python &amp;nbsp;allow me to read DBF file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I used this command :&amp;nbsp;"python \"liredbf.py" +&amp;nbsp;((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) but i got this error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;python: can't open file 'liredbf.py null': [Errno 2] No such file or directory&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can i get the result of tFileList to use it as argument for my Script Python.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance&lt;BR /&gt;cordially.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267674#M46482</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2024-11-16T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267675#M46483</link>
      <description>&lt;P&gt;generally You can test:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;"python \"liredbf.py\" " + ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) &lt;/PRE&gt; 
&lt;P&gt;look for close \"and space after liredbf.py&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;or You can switch mode of tSystem to Use Array and pass each parameter as separate line&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-11 at 9.46.17 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LthJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154739i04DC9F672FACD743/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LthJ.png" alt="0683p000009LthJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;also You can omit open and close \" (not sure, but usually they need only if filename with space)&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 22:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267675#M46483</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-10T22:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267676#M46484</link>
      <description>&lt;P&gt;Thanks vapukov for your response.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I try to do the second solution, i don't get an error but also i don't get any result.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;context.PathPython is: "python \"C:\\Users\\Ines\\Desktop\\Python\\lirealldbf.py"&lt;/P&gt; 
&lt;P&gt;context.var is :&amp;nbsp;((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/P&gt; 
&lt;P&gt;i do this test&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c1.PNG" style="width: 534px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu8R.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135289iE686B3638ED6A0AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu8R.png" alt="0683p000009Lu8R.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c2.PNG" style="width: 461px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu8z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152220i572288BD6D37EB9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu8z.png" alt="0683p000009Lu8z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I think my script python can't read this path ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) so it can't open the file !&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 09:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267676#M46484</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T09:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267677#M46485</link>
      <description>&lt;P&gt;it wrong construction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this - first without any context variables&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row by row&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;1) "python"
2) "C:\\Users\\Ines\\Desktop\\Python\\lirealldbf.py"
3) ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;1) "cmd"&lt;BR /&gt;2) "/c"&lt;BR /&gt;3) "python"
4) "C:\\Users\\Ines\\Desktop\\Python\\lirealldbf.py"
5) ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/PRE&gt;
&lt;P&gt;I do not have access today for windows Talend Studio and not remember it accept first variant or not (on mac I use 1st)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also - check is python in path or not - when windows start new process for tSystem, it is not fact all PATH variables will be passed, so try to add full path to Python&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 09:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267677#M46485</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267678#M46486</link>
      <description>&lt;P&gt;I've changed my construction but i got this error :&lt;/P&gt;&lt;P&gt;Exception in component tSystem_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at java.lang.ProcessBuilder.start(Unknown Source)&lt;BR /&gt;at java.lang.Runtime.exec(Unknown Source)&lt;BR /&gt;at java.lang.Runtime.exec(Unknown Source)&lt;BR /&gt;at local_project.secondtest_0_1.SecondTest.tFileList_1Process(SecondTest.java:1097)&lt;BR /&gt;at local_project.secondtest_0_1.SecondTest.runJobInTOS(SecondTest.java:2284)&lt;BR /&gt;at local_project.secondtest_0_1.SecondTest.main(SecondTest.java:2132)&lt;BR /&gt;2017-05-11 10:42:22|Kc8fjP|Kc8fjP|Kc8fjP|LOCAL_PROJECT|SecondTest|Default|6|Java Exception|tSystem_1|java.lang.NullPointerException:null|1&lt;BR /&gt;[statistics] disconnected&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my code Python i wrote this path&amp;nbsp;f1 =sys.argv[1] to read the file as an argument and i&amp;nbsp;got a result when i execute my script python on command ligne but with talend&amp;nbsp;doesn't work !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 09:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267678#M46486</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T09:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267679#M46487</link>
      <description>&lt;P&gt;show the current pictures&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 09:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267679#M46487</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267680#M46488</link>
      <description>&lt;P&gt;Here is the picture&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c3.PNG" style="width: 656px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ltes.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131706i65F612234EE5CE3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ltes.png" alt="0683p000009Ltes.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267680#M46488</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267681#M46489</link>
      <description>&lt;P&gt;please add&amp;nbsp;- what in tSystem settings?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267681#M46489</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T10:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267682#M46490</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c4.PNG" style="width: 585px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu9O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148127iF664CDED96578F9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu9O.png" alt="0683p000009Lu9O.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And i tried this version but&amp;nbsp;usually the same error&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;1) "cmd"&lt;BR /&gt;2) "/c"&lt;BR /&gt;3) "python"
4) "C:\\Users\\Ines\\Desktop\\Python\\liredbf.py"
5) ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267682#M46490</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T10:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267683#M46491</link>
      <description>&lt;P&gt;ok, and on original post, and on picture - I saw wrong name of variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;correct - &lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/SPAN&gt;&lt;BR /&gt;on picture and in original post - &lt;BR /&gt;((String)globalMap.get("tFileList_1__CURRENT_FILEPATH"))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;please double-check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it also my mistake, because I copy past from Your post, but this is could be reason for NullPointer error&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267683#M46491</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267684#M46492</link>
      <description>&lt;P&gt;It is true, that's the error thank you very much &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;Now my job can read the file but it read only one !&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I don't now why !&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c6.PNG" style="width: 558px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu7J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143729iFF466A3C39DB9AA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu7J.png" alt="0683p000009Lu7J.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267684#M46492</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267685#M46493</link>
      <description>&lt;P&gt;it just wrong screen picture&lt;BR /&gt;&lt;BR /&gt;because&lt;/P&gt;
&lt;P&gt;left - number of iterations&lt;BR /&gt;right - number of files in current iteration &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and it always 1&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267685#M46493</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T11:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267686#M46494</link>
      <description>&lt;P&gt;Ah ok &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;Thank you very much for your help.&lt;/P&gt; 
&lt;P&gt;It works.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267686#M46494</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-11T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a python script file with an argument using tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267687#M46495</link>
      <description>&lt;P&gt;Welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-execute-a-python-script-file-with-an-argument-using/m-p/2267687#M46495</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-11T11:07:36Z</dc:date>
    </item>
  </channel>
</rss>

