<?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: generate output file (csv) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330064#M99192</link>
    <description>That's what I would suggest too.</description>
    <pubDate>Tue, 18 Jul 2017 14:26:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-18T14:26:18Z</dc:date>
    <item>
      <title>generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330058#M99186</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a requirement wherein the name of the output file shud be dynamic as below (The data is extracted from DB table)&lt;/P&gt;
&lt;P&gt;XXX_YYYYMMDDHHNNSS.csv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also it contains header in format below&lt;/P&gt;
&lt;P&gt;#DATA;XXXXXX&amp;nbsp;;&amp;lt;YYYYMMDD&amp;lt;HHNNSS&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;and footer in below format&lt;/P&gt;
&lt;P&gt;#END;No_of_reecords&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: The file will also contain the data with 15 columns which will be placed after header and closed by footer.&lt;/P&gt;
&lt;P&gt;Can you please suggest possible design to do so&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330058#M99186</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-14T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330059#M99187</link>
      <description>Is the timestamp based on the system time or from another source?</description>
      <pubDate>Fri, 14 Jul 2017 15:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330059#M99187</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-14T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330060#M99188</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Do you want to load all the tables into csv. files dynamically?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 03:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330060#M99188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T03:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330061#M99189</link>
      <description>Its based on system time</description>
      <pubDate>Mon, 17 Jul 2017 08:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330061#M99189</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-17T08:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330062#M99190</link>
      <description>There is only one table of 15 columns whose data has to be extracted in csv file&lt;BR /&gt;Data from all columns needs to be extracted</description>
      <pubDate>Mon, 17 Jul 2017 08:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330062#M99190</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-07-17T08:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330063#M99191</link>
      <description>&lt;P&gt;At the start of most of my jobs, I use a tSetGlobalVar component to setup some commonly used variables. &amp;nbsp;One of them in the current timestamp, unsurprisingly named "timestamp", which I create with the expression:&lt;BR /&gt;TalendDate.getDate("yyyyMMddHHmmss")&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can use global variables created this way in most expressions and component settings. &amp;nbsp;For an output file, you would set the file name to be "XXX_" + ((String)globalMap.get("timestamp")) + ".csv"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 17:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330063#M99191</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-17T17:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: generate output file (csv)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330064#M99192</link>
      <description>That's what I would suggest too.</description>
      <pubDate>Tue, 18 Jul 2017 14:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/generate-output-file-csv/m-p/2330064#M99192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T14:26:18Z</dc:date>
    </item>
  </channel>
</rss>

