<?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 generate a new file for each request. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369037#M132229</link>
    <description>&lt;P&gt;Now this issue got resolved. Thanks for your Support&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jul 2020 15:13:19 GMT</pubDate>
    <dc:creator>AKumar1595005090</dc:creator>
    <dc:date>2020-07-19T15:13:19Z</dc:date>
    <item>
      <title>How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369033#M132225</link>
      <description>&lt;P&gt;I am requesting data from trestclient i am providing 5 different date dynamically in URL and hitting the trestclient. so my requirement is, in every iterate file should be different based on requested date.&lt;/P&gt;&lt;P&gt;for example:-&lt;/P&gt;&lt;P&gt;i am requesting&amp;nbsp;the URL for date 05-2020&lt;/P&gt;&lt;P&gt;file should be "aaa_05_2020.json"&lt;/P&gt;&lt;P&gt;and then&amp;nbsp;&amp;nbsp;again i am requesting the URL for date 06-2020&lt;/P&gt;&lt;P&gt;file should be "aaa_06_2020.json"&lt;/P&gt;&lt;P&gt;like so on i am requesting for 12 different date&lt;/P&gt;&lt;P&gt;when i am running the job it is making one file and merging all the data in same file.&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;i am requesting like this "URL &amp;amp;month="+ i.toString() +"&amp;amp;year="+(String) globalMap.get("process_year"));"&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 17:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369033#M132225</guid>
      <dc:creator>AKumar1595005090</dc:creator>
      <dc:date>2020-07-17T17:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369034#M132226</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The output file path should be dynamic based on the current date value, something like:&lt;/P&gt;&lt;P&gt;"D:/file/aaa_"+i.toString()+"_"+(String) globalMap.get("process_year"))+".json"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 01:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369034#M132226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-18T01:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369035#M132227</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i already  built the above mentioned logic but not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See :  ""C:/API/aa/"+(String) globalMap.get("OPUName")+"/"+(String) globalMap.get("LocationName")+"/"+(String) globalMap.get("process_year")+"/"+(Integer) globalMap.get("process_month")+"/"+(Integer) globalMap.get("process_day")+"/" +(Long)globalMap.get("epoch") + "_" +(Integer) globalMap.get("process_month")+ "_" + (String) globalMap.get("process_year") + ".json"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 06:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369035#M132227</guid>
      <dc:creator>AKumar1595005090</dc:creator>
      <dc:date>2020-07-18T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369036#M132228</link>
      <description>&lt;P&gt;what is the problem now? You are getting null value from the global variable? For testing, print the value of path on a tJava to see if you get the expected value.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 08:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369036#M132228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-18T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369037#M132229</link>
      <description>&lt;P&gt;Now this issue got resolved. Thanks for your Support&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 15:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369037#M132229</guid>
      <dc:creator>AKumar1595005090</dc:creator>
      <dc:date>2020-07-19T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a new file for each request.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369038#M132230</link>
      <description>Great, thanks for your feedback！</description>
      <pubDate>Mon, 20 Jul 2020 01:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-a-new-file-for-each-request/m-p/2369038#M132230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T01:57:42Z</dc:date>
    </item>
  </channel>
</rss>

