<?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 is changing while extraction from Oracle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334734#M103363</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't use your logic because am using dynamic schema. I'm loading multiple tables one by one and in every table date column name is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using multi-threading, Do you think so it could be the issue...?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 08:04:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-27T08:04:40Z</dc:date>
    <item>
      <title>Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334731#M103360</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've extracting data from oracle and storing into csv file.&lt;/P&gt;
&lt;P&gt;There is one date column field where date comes in this format "01-12-2017 21:51:42"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But what happens some time while extraction data in csv files date comes like this "2017-12-01 21:51:42", so my further process gets failed. But when I do extraction again it comes fine with this format "01-12-2017 21:51:42".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mat I know please what could be reason for this fluctuation ? I always check the DB when I get wrong date format in csv but in DB it always shows the correct only "01-12-2017 21:51:42".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any Suggestions..!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334731#M103360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334732#M103361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks strange!&lt;/P&gt;&lt;P&gt;I suggest you to include a date format for those queries such as:&lt;/P&gt;&lt;PRE&gt;TO_CHAR(yourDateColumn, 'DD-MMYYYY HH24:MI:SS')&lt;/PRE&gt;&lt;P&gt;This will ensure the output format.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 07:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334732#M103361</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-03-27T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334733#M103362</link>
      <description>&lt;P&gt;After extraction are you openning&amp;nbsp; csv file ? to avoid this kind of issue please open in Notepad++.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 07:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334733#M103362</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-27T07:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334734#M103363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't use your logic because am using dynamic schema. I'm loading multiple tables one by one and in every table date column name is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using multi-threading, Do you think so it could be the issue...?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334734#M103363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334735#M103364</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;, I always follow this to check exact date format. But I can see the change in date pattern sometimes.</description>
      <pubDate>Tue, 27 Mar 2018 08:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334735#M103364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date format is changing while extraction from Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334736#M103365</link>
      <description>&lt;P&gt;Can you post your job design here?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-is-changing-while-extraction-from-Oracle/m-p/2334736#M103365</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-28T12:46:40Z</dc:date>
    </item>
  </channel>
</rss>

