<?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 Column names with spaces in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287670#M61233</link>
    <description>I need to create an excel output file that uses column headers with spaces, it doesnt look like this is possible is there any work around? I need to you spaces I cannot use _ &lt;BR /&gt;thanks</description>
    <pubDate>Sat, 16 Nov 2024 14:03:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:03:12Z</dc:date>
    <item>
      <title>Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287670#M61233</link>
      <description>I need to create an excel output file that uses column headers with spaces, it doesnt look like this is possible is there any work around? I need to you spaces I cannot use _ &lt;BR /&gt;thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287670#M61233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287671#M61234</link>
      <description>Hello
&lt;BR /&gt;Column name can't contain spaces. You can use underline '_'.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 04 Mar 2009 05:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287671#M61234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-04T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287672#M61235</link>
      <description>A little more information, I</description>
      <pubDate>Wed, 04 Mar 2009 19:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287672#M61235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-04T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287673#M61236</link>
      <description>why? Excel give the possibility to use space in column name</description>
      <pubDate>Thu, 24 Jan 2013 10:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287673#M61236</guid>
      <dc:creator>Alessandro_Lachina</dc:creator>
      <dc:date>2013-01-24T10:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287674#M61237</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;why? Excel give the possibility to use space in column name&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Talend Studio is a Java code generator, a Talend job will be translated to a Java Class, a column on the schema will be a variable in the class, a variable with space or special character is not allowed in Java.
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 24 Jan 2013 10:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287674#M61237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-24T10:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287675#M61238</link>
      <description>any workaround??</description>
      <pubDate>Thu, 24 Jan 2013 11:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287675#M61238</guid>
      <dc:creator>Alessandro_Lachina</dc:creator>
      <dc:date>2013-01-24T11:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287676#M61239</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;any workaround??&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Column name can't contain spaces. You can use underline '_' or Talend will replace automatically space with "_" when retrieve schema.
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 24 Jan 2013 11:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287676#M61239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-24T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287677#M61240</link>
      <description>You cannot specify column names in Excel. You can write anything you want in the first line and decide to call it header line. That's why it looks like Excel allow spaces in column names but actually there are no column names other than the build in name like "A" or "AB"</description>
      <pubDate>Thu, 24 Jan 2013 20:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287677#M61240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-24T20:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287678#M61241</link>
      <description>hi, &lt;BR /&gt;you can generate the 1st line with a tFixedFlowInput and complete your excel file without column titles.</description>
      <pubDate>Thu, 24 Jan 2013 22:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287678#M61241</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-01-24T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287679#M61242</link>
      <description>We have a hard requirement to create output columns with spaces.  I wrote this to a co-worker - any better alternatives?  We try to stay Talend only, no external utilities like sed.&lt;BR /&gt;It will be ugly: You'll have to do 3 things:&lt;BR /&gt;1) write out the header to a temp file with tokens like +++SPACE+++ where there should be spaces (make the column name First+SPACE+Name).  &lt;BR /&gt;2) rewrite the header out to the real output location, using java, String.replace " " for the token - you can write it out as a one column schema and tFileOutputDelimited for example, using some delimeter that will never come up&lt;BR /&gt;3) append to the header file with the real data&lt;BR /&gt;So that is a terrible solution but I think what we'll end up with.</description>
      <pubDate>Wed, 10 Jul 2013 16:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287679#M61242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-10T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Column names with spaces</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287680#M61243</link>
      <description>Hi 
&lt;BR /&gt;As Cedric LECLERC said, use a tFixedFlowInput to write the header data to the file first, and then append the record to the same file in next subjob.
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 11 Jul 2013 04:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-names-with-spaces/m-p/2287680#M61243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T04:32:20Z</dc:date>
    </item>
  </channel>
</rss>

