<?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: Date format issuse in Excel file(xlsx) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282706#M56821</link>
    <description>Yes I agree with you but it is a fact: A Date typed value will always displayed (nothing else) in the way the displaying tol is configured. If you see your long format, than because the function converting the Date into a text format use this pattern. The way to display the Date value has nothing to do with the storage in the database. 
&lt;BR /&gt;I am pretty sure the SQLDeveloper from Oracle can change its way to display the date values. 
&lt;BR /&gt;I understood in the database Col_A is of the type DATE and Col_B is of the type VARCHAR2 is this correct? 
&lt;BR /&gt;A DATE typed value will mostly shows differently as a VARCHAR2 value. You could setup the SQLDeveloper to show DATE value in the format MM/DD/YYYY but at the moment your SQLDeveloper has probably a different pattern for displaying DATE typed values. 
&lt;BR /&gt;Once again: DATE is a DATE and in Oracle it is actually a kind of a numeric value.</description>
    <pubDate>Thu, 30 Jan 2014 22:21:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-30T22:21:43Z</dc:date>
    <item>
      <title>Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282700#M56815</link>
      <description>Hi,
&lt;BR /&gt;I have a .xlsx file having two date columns A and B
&lt;BR /&gt;A B
&lt;BR /&gt;11/28/2011 11/28/2011
&lt;BR /&gt;the format of Col A is date and format of Col B is Text
&lt;BR /&gt;when I load the same in database I get the following output 
&lt;BR /&gt;Also I am reading both the columns as String
&lt;BR /&gt;A B 
&lt;BR /&gt;Mon Nov 28 00:00:00 IST 2011 11/28/2011
&lt;BR /&gt;so in col A the timestamp is attached and Col B is as it is
&lt;BR /&gt;Can anyone help me figure out why this is happening
&lt;BR /&gt;Regards,
&lt;BR /&gt;Ojas</description>
      <pubDate>Tue, 28 Jan 2014 05:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282700#M56815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T05:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282701#M56816</link>
      <description>Hi Ojas,&lt;BR /&gt;           To which database r u loading? In MS SQL server database u don't have date datatype. So, it will load in MS SQL SERVER Database by default as datetime format.  &lt;BR /&gt;With Regards,&lt;BR /&gt;Viswanath.Ch.</description>
      <pubDate>Tue, 28 Jan 2014 06:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282701#M56816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T06:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282702#M56817</link>
      <description>Hi,&lt;BR /&gt;I am using Oracle sql Developer database for loading&lt;BR /&gt;Regards,&lt;BR /&gt;Ojas</description>
      <pubDate>Tue, 28 Jan 2014 06:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282702#M56817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282703#M56818</link>
      <description>Hi,&lt;BR /&gt;    I don't think there is DATE datatype in Oracle Sql because of that it is storing in Timestamp format. I have worked with MS SQL Server database. When i use to load data with date, it will convert date format to datetime.&lt;BR /&gt;With Regards,&lt;BR /&gt;Viswanath.Ch.</description>
      <pubDate>Tue, 28 Jan 2014 06:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282703#M56818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T06:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282704#M56819</link>
      <description>My first question is, where do you see the different output formats?&lt;BR /&gt;You shows us 2 different string formats of the same date and this can only happened in a tLogRow component or similar. In the Oracle database the internal format has nothing to do how you see the format in any tool as text presentation. I think the database gets the correct value and you see the database content with a kind of viewer/sql tool which has its own settings how to represent the date as text.</description>
      <pubDate>Thu, 30 Jan 2014 01:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282704#M56819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T01:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282705#M56820</link>
      <description>Hi,
&lt;BR /&gt;I am getting the issue in the Oracle Sql Developer database when I load the file
&lt;BR /&gt;Also as I showed you that 
&lt;BR /&gt;the format of Col A is date and format of Col B is Text
&lt;BR /&gt;A B
&lt;BR /&gt;11/28/2011 11/28/2011
&lt;BR /&gt;when I load the same in database I get the following output
&lt;BR /&gt;Also I am reading both the columns as String
&lt;BR /&gt;A B 
&lt;BR /&gt;Mon Nov 28 00:00:00 IST 2011 11/28/2011
&lt;BR /&gt;so in col A the timestamp is attached and Col B is as it is
&lt;BR /&gt;So what i am trying to say that if i am reading the date which is column A having date format in the input file and when read as string the output we get there is a time stamp attached and where as if i am reading the date which is column B having Text format,when it is read as string the output is retained as it is
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Ojas</description>
      <pubDate>Thu, 30 Jan 2014 07:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282705#M56820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T07:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282706#M56821</link>
      <description>Yes I agree with you but it is a fact: A Date typed value will always displayed (nothing else) in the way the displaying tol is configured. If you see your long format, than because the function converting the Date into a text format use this pattern. The way to display the Date value has nothing to do with the storage in the database. 
&lt;BR /&gt;I am pretty sure the SQLDeveloper from Oracle can change its way to display the date values. 
&lt;BR /&gt;I understood in the database Col_A is of the type DATE and Col_B is of the type VARCHAR2 is this correct? 
&lt;BR /&gt;A DATE typed value will mostly shows differently as a VARCHAR2 value. You could setup the SQLDeveloper to show DATE value in the format MM/DD/YYYY but at the moment your SQLDeveloper has probably a different pattern for displaying DATE typed values. 
&lt;BR /&gt;Once again: DATE is a DATE and in Oracle it is actually a kind of a numeric value.</description>
      <pubDate>Thu, 30 Jan 2014 22:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282706#M56821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T22:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282707#M56822</link>
      <description>hi ojasam_12, 
&lt;BR /&gt;The dates in excel cells that are of type 'date' are read in the format 'Mon Nov 28 00:00:00 IST 2011'. If your excel data type is general (for the date columns), this error doesn't come up. 
&lt;BR /&gt;But if you change the dates in date format directly to Generat format, some formula is applied and it returns a number. 
&lt;BR /&gt;If the date columns are general, like if you add a space after the date, it becomes general, but this is not feasible for large datasets. 
&lt;BR /&gt;If I get some workaround for this I will keep posted.</description>
      <pubDate>Fri, 31 Jan 2014 11:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282707#M56822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-31T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282708#M56823</link>
      <description>Hi ojasam_12, 
&lt;BR /&gt;We can make talend read excel dates in our required formats by changing some settings while reading the Excel in tfileinputexcel. In the advanced settings of the component, check the option 'Convert Date column to String'. Then select the columns which are in date format in excel and specify the format in which you want them. This will make talend read the dates in string format and not like 'Mon Nov 28 00:00:00 IST 2011'. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCan.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139646i5D230FC9186C986D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCan.png" alt="0683p000009MCan.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Feb 2014 07:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282708#M56823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T07:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issuse in Excel file(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282709#M56824</link>
      <description>&lt;P&gt;Hi Remytom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below makes Talend to read the data in date column as String in the specified format however when i am trying to store the same value in oracle table with the field as String, the value in oracle field&amp;nbsp;is still shown in Date Time format as we have in xlsx file. Do you have any idea as how can i store the date value as String in oracle table ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 15:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-issuse-in-Excel-file-xlsx/m-p/2282709#M56824</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2018-10-17T15:41:31Z</dc:date>
    </item>
  </channel>
</rss>

