<?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: Regarding Column name with space load from DB to file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305590#M77229</link>
    <description>&lt;P&gt;Could you give more details with rough job design. My source is sql database and target is file. and In the target file before header I want current date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Target file Output&lt;/P&gt;&lt;P&gt;currentdate&lt;/P&gt;&lt;P&gt;column headers&lt;/P&gt;&lt;P&gt;data of file&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 15:01:18 GMT</pubDate>
    <dc:creator>BA621858188</dc:creator>
    <dc:date>2022-06-06T15:01:18Z</dc:date>
    <item>
      <title>Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305588#M77227</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know the resolution. I have database as source where my column name is employee_id but in my target I want column name as employee id (Space).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2022 17:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305588#M77227</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-05T17:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305589#M77228</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;If you want to output the column name in the target file, use a tFixedFlowInput to define the column names and write them to the file in the first subjob. In next subjob,  append the data to the same file.&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>Mon, 06 Jun 2022 02:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305589#M77228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-06T02:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305590#M77229</link>
      <description>&lt;P&gt;Could you give more details with rough job design. My source is sql database and target is file. and In the target file before header I want current date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Target file Output&lt;/P&gt;&lt;P&gt;currentdate&lt;/P&gt;&lt;P&gt;column headers&lt;/P&gt;&lt;P&gt;data of file&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 15:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305590#M77229</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-06T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305591#M77230</link>
      <description>&lt;P&gt;@Vrushabh Malbari​, because talend does not allow you to contain space in the column name, so use a tfixedFlowInput to write only one row (all column names) to the file in the first subjob.&lt;/P&gt;&lt;P&gt;tFixedFlowInput--main--tFIleOutputDelimited1&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tMssqlInput--main-tFileOutputDelimited2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileOutputDelimited2: append the data to the same file, uncheck the 'include headers'  box. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Rjf2VAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149589i1B5B52F469EB623A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Rjf2VAAR.png" alt="0695b00000Rjf2VAAR.png" /&gt;&lt;/span&gt;Hope it is helpful. &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>Tue, 07 Jun 2022 02:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305591#M77230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T02:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305592#M77231</link>
      <description>&lt;P&gt;Its working now for Headers. But I have one more requirement to include current_date before headers. So for that, Do I need to add one more tfixedflowinput subjob?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also do you have any job design for incremental load ( source is DB and target is file)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 17:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305592#M77231</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-07T17:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Column name with space load from DB to file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305593#M77232</link>
      <description>&lt;P&gt;@Vrushabh Malbari​&amp;nbsp;yes, use another tfixedFlowInput to write the current date to the file in the begin of job. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 09:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Column-name-with-space-load-from-DB-to-file/m-p/2305593#M77232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-08T09:49:37Z</dc:date>
    </item>
  </channel>
</rss>

