<?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: Adding a header to an output file with double quotes. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275395#M51786</link>
    <description>Yes, reason being, Talend converts all the special characters in the input metadata to "_". It makes sense to have column names in double quotes when there is an option to have data in double quotes. But how?</description>
    <pubDate>Fri, 18 Apr 2014 05:46:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-18T05:46:42Z</dc:date>
    <item>
      <title>Adding a header to an output file with double quotes.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275392#M51783</link>
      <description>Hi Guys,&lt;BR /&gt;I hope you can help me with this.&lt;BR /&gt;I need to be able to put " around my header in a tFileOutputDelimited file for load.&lt;BR /&gt;When I read it (intFileInputDelimited) it looks likes this:&lt;BR /&gt;"Key","Item","Data"&lt;BR /&gt;"1", "Milk", "Bottle"&lt;BR /&gt;&lt;BR /&gt;I need it in the exact same format in the tFileOutputDelimited after some manipulation but what I am seeing is:&lt;BR /&gt;Key,Item,Data&lt;BR /&gt;"1", "Milk", "Bottle"&lt;BR /&gt;Is there any easy way of doing this apart from splitting them about merging back together.&lt;BR /&gt;Second problem is, Ive tried to split them and use tUnite which works if I had only one file.&lt;BR /&gt;But since I need to read in a bunch of files and add the same header I cannot get it to work.&lt;BR /&gt;I am using a tFileList - intFileInputDelimited and tUnite to a static intFileInputDelimited file(header) but it seems to  be in a loop of some sort. I expect Im missing a component but dont know what.&lt;BR /&gt;Thanks,&lt;BR /&gt;Adrian.</description>
      <pubDate>Fri, 04 Apr 2014 09:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275392#M51783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a header to an output file with double quotes.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275393#M51784</link>
      <description>Have you tried treating the header as data?</description>
      <pubDate>Fri, 04 Apr 2014 16:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275393#M51784</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2014-04-04T16:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a header to an output file with double quotes.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275394#M51785</link>
      <description>Yes but I had some transformation to do so I couldnt use that. In the end, my problem was with the header in that Talend converted - to _ when reading the metadata to create the header so i had to change accordingly.</description>
      <pubDate>Thu, 17 Apr 2014 16:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275394#M51785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-17T16:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a header to an output file with double quotes.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275395#M51786</link>
      <description>Yes, reason being, Talend converts all the special characters in the input metadata to "_". It makes sense to have column names in double quotes when there is an option to have data in double quotes. But how?</description>
      <pubDate>Fri, 18 Apr 2014 05:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275395#M51786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-18T05:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a header to an output file with double quotes.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275396#M51787</link>
      <description>It's not elegant but why not write your headers separately.&lt;BR /&gt;Create a String with your quotes headers and write this to your file.&lt;BR /&gt;Then append your data but without headers.</description>
      <pubDate>Fri, 18 Apr 2014 18:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-a-header-to-an-output-file-with-double-quotes/m-p/2275396#M51787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-18T18:43:03Z</dc:date>
    </item>
  </channel>
</rss>

