<?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: column name issues for metadata in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296070#M68771</link>
    <description>&lt;P&gt;For what it's worth, even if the date values in the columns were being stored and read in by the wizard as strings, they'd still be invalid for variable/Column names,&amp;nbsp;as these can't include dashes/minus signs, and again&amp;nbsp;they can't begin with a numeric digit.&amp;nbsp;The dashes would have to be replaced by underscores, and the whole thing prefixed with another underscore.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 21:00:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-17T21:00:56Z</dc:date>
    <item>
      <title>column name issues for metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296068#M68769</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;I am facing issue after imported excel file for metadata&lt;/LI&gt; 
 &lt;LI&gt;Excel file column name like &lt;SPAN&gt;given below screenshots&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (85).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrQl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147251iA4F87DE3BD6B4000/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrQl.png" alt="0683p000009LrQl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&amp;nbsp;After imported Excel file,column name changed like given below screenshots&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (86).png" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrQv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137022iE067C984B9ADAD54/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrQv.png" alt="0683p000009LrQv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&amp;nbsp;How to solve this issue?&lt;/LI&gt; 
&lt;/UL&gt;</description>
      <pubDate>Tue, 17 Oct 2017 12:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296068#M68769</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2017-10-17T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: column name issues for metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296069#M68770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;From the labels you're getting, the highlighted cells in your spreadsheet column&amp;nbsp;must&amp;nbsp;be dates, which are stored as integer numbers by Excel, but displayed&amp;nbsp;in your local date/time format in&amp;nbsp;the sheet.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Column names in Talend must be valid Java variables, which can only begin with a letter, underscore or dollar sign, but not a numeric digit.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Therefore the Talend Excel metadata wizard has to convert the column names it is reading from the spreadsheet (which are integer numbers) into something which is valid, and in this case it's taking the last four digits of the integer representing the date, and adding an underscore to make this a valid Java variable name.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you want to see the integer values for each column, then simply copy the cells in Excel, and use "Paste Special" to paste the values somewhere. You'll see that&amp;nbsp;these&amp;nbsp;are indeed integer numbers, and the last four digits of each will correspond to the column names you're seeing in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your only options are to either change the columns in your spreadsheet, or&amp;nbsp;in the metadata wizard.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296069#M68770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: column name issues for metadata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296070#M68771</link>
      <description>&lt;P&gt;For what it's worth, even if the date values in the columns were being stored and read in by the wizard as strings, they'd still be invalid for variable/Column names,&amp;nbsp;as these can't include dashes/minus signs, and again&amp;nbsp;they can't begin with a numeric digit.&amp;nbsp;The dashes would have to be replaced by underscores, and the whole thing prefixed with another underscore.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 21:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/column-name-issues-for-metadata/m-p/2296070#M68771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T21:00:56Z</dc:date>
    </item>
  </channel>
</rss>

