<?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: datetime to timestamp conversion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367602#M130962</link>
    <description>&lt;P&gt;Can you remove your target DB component and replace it with a tLogRow. Then run the job and let us know what you get?&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 16:37:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-31T16:37:08Z</dc:date>
    <item>
      <title>datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367597#M130957</link>
      <description>&lt;P&gt;Hi, I'm new to Talend I have no idea about datetime to timestamp conversion I tried changing date pattern in expression column for the target table in tmap, no error and migration worked fine but then no date&amp;nbsp;value stored in the new column for date (because it's a timestamp db type) it's all null, is there any way I can do to solve this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 09:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367597#M130957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367598#M130958</link>
      <description>&lt;P&gt;What's the DB engine?&lt;/P&gt;
&lt;P&gt;Can you share the expression you're using with a sample of input data?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367598#M130958</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-31T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367599#M130959</link>
      <description>&lt;P&gt;Oracle as target and Informix as input.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;dtcreatedate (datetime) -&amp;gt; i'm just using row1.dtcreatedate in the expression column for createdate (timestamp). I tried turning the datetime values into string and parse it into date format again but nothing works and createdate (timestamp) in oracle db is still null.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 15:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367599#M130959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367600#M130960</link>
      <description>&lt;P&gt;I think you need to show us screenshots of your job and your component configurations for the components which are using/manipulating this date.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367600#M130960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T16:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367601#M130961</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;input schema:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datetmap2.JPG" style="width: 783px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Ky.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147943i1A9608AC4FCE76D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Ky.jpg" alt="0683p000009M0Ky.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;output schema:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datetmap3.JPG" style="width: 511px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0mS.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147905i0302E55E183B5485/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0mS.jpg" alt="0683p000009M0mS.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;im also not really good with Java so i cant write the exact expression for timestamp conversion, so I just simply map it like this for the date column and it didnt store anything.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datetmap1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0mX.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132032i9A3789681193B098/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0mX.jpg" alt="0683p000009M0mX.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ETA: for example data from input column is&amp;nbsp;2018-07-10 16:46:33 and it&amp;nbsp;wasnt inserted into target column, just null value.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367601#M130961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T16:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367602#M130962</link>
      <description>&lt;P&gt;Can you remove your target DB component and replace it with a tLogRow. Then run the job and let us know what you get?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367602#M130962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T16:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367603#M130963</link>
      <description>&lt;P&gt;i've tried that before, on tLogRow i could see the date values but it didnt work when i connected tmap to the target db i think it's because oracle db has timestamp and it rejects datetime value?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367603#M130963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367604#M130964</link>
      <description>&lt;P&gt;You are actually converting from a Java Date object to an Oracle Timestamp, so it is not to do with Datetime&amp;nbsp;to Timestamp. If you are seeing dates output by the tLogRow, it means the Date is available in the job. Are you getting any errors in the job and did you build it or inherit it from someone else? The reason i ask is that you can configure db components to omit to insert values. If you have no error and you didn't create this job, I suspect the original developer has chosen not to insert the date values. Can you post a screenshot of the job as well?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367604#M130964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367605#M130965</link>
      <description>&lt;P&gt;this is the job:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blentityjob.JPG" style="width: 723px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0mh.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150202iE0EEB0A60C96336A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0mh.jpg" alt="0683p000009M0mh.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm just working on the data migration&amp;nbsp;I created the db but I wasn't the one who designed it, that also means I can't change db components to have all the values stored without informing the original developer.&amp;nbsp;And i didn't get any error after running a job it's just that the date value can't be stored to the target db. Is there any way to convert java date object to oracle timestamp?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367605#M130965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T17:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367606#M130966</link>
      <description>&lt;P&gt;Can you go to the advanced settings of your DB component (output) and show us what you have there. My suspicion is that your problem may be caused by the field options section&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367606#M130966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367607#M130967</link>
      <description>&lt;P&gt;Here's what I have:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outputadvancedsettings.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0Vh.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153958i16202DEC9D8BB5B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0Vh.jpg" alt="0683p000009M0Vh.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Is the 'Use Timestamp for Data Type' causing it to fail entering the output db?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 03:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367607#M130967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-02T03:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: datetime to timestamp conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367608#M130968</link>
      <description>&lt;P&gt;You could try unticking that.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do you know that the data is not getting to the target database? Are you able to query the target database? The problem I have with what you are telling me is that you are saying that data is being sent, but the date is not arriving, yet there are no errors at all. This suggests that either the column is being supplied as null or that maybe the date column you are checking is not the correct one.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When you run the job, can you put a tlogrow between the tMap and the Oracle component and ensure the tLogRow is configured to Mode=Vertical. This will tell you the name of each column and the value&amp;nbsp;each holds. Then check your database, find the row and check every column in the row.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/datetime-to-timestamp-conversion/m-p/2367608#M130968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-02T12:12:17Z</dc:date>
    </item>
  </channel>
</rss>

