<?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 fomat issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197704#M1352</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for support. In fact it was a Java compatibility issue. I don't know how this occurred again after I have installed a compatible version and made necessary settings in Preferences - Java - JREs.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2019 21:17:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-07T21:17:17Z</dc:date>
    <item>
      <title>Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197698#M1346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to insert rows from CSV into Oracle.&lt;/P&gt;&lt;P&gt;In CSV I have something like 9/21/2019 8:18,... The date pattern identified in repository is "dd-MM-yyyy", identical with the target one. I tried a lot of formats but none is working. My errors are unparseable or empty. If I use for source and target the mentioned pattern I get "Couldn't parse value for column 'SALE_DATE' in 'row3', value is '9/21/2019 8:18'. Details: java.lang.RuntimeException: Unparseable date: "9/21/2019 8:18"". Even if I add time part. Could you look into this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197698#M1346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197699#M1347</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQbBAAW"&gt;@dansitar&lt;/A&gt;&amp;nbsp; you can find similar question in the below link. I have answered it with sample example.Hope it helps&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004khsVCAQ#M111498" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Changing-date-type/m-p/204003#M111498&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 03:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197699#M1347</guid>
      <dc:creator>Sujay1</dc:creator>
      <dc:date>2019-12-05T03:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197700#M1348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I took a look to that solution and it cannot be applied for me.&lt;/P&gt; 
&lt;P&gt;I'm a newbie in Talend and for me is like a moving sand from many points of view.&lt;/P&gt; 
&lt;P&gt;1. If I make some changes into a tMap component I cannot be sure that partially an older version is still considered. For instance if I remove a mapping when I run the job it still consider the older settings. So, for each change I make I have to remove my components and to add them again, to re-set...&lt;/P&gt; 
&lt;P&gt;2. I'm working with delimited files (CSV as input) and Oracle as output. Something that pass the compilation test it is possible to not pass the execution one. For instance, if I work with dates from CSV during the compilation some fields are considered dates, but when I try to run the job they are considered strings. If I'm treating them as strings then the compilation step fails.&lt;/P&gt; 
&lt;P&gt;3. There are a lot of incompatibilities between types: int, float, short, double, ... evaluating strings with ' ' or " " delimiters, and regarding null values treatment. Due to points 1 and 2 is difficult for me to use the accurate functions. Could you give me some basic guidelines?&lt;/P&gt; 
&lt;P&gt;I give you a concrete example, starting from my CSV file:&lt;/P&gt; 
&lt;P&gt;SALE_DATE,COUNTRY_ID,PRODUCT_ID,QUANTITY,DISCOUNT&lt;BR /&gt;9/21/2019 8:18,1009,114,5,0.12&lt;/P&gt; 
&lt;P&gt;I have troubles with SALE_DATE and DISCOUNT. In tMap they are Date and Short/Double in both sides.&lt;/P&gt; 
&lt;P&gt;In my opinion the date follows "M/d/yyyy H:mm" pattern in CSV. How can I simply move the SALES_DATE from CSV in Oracle as date?! I did use TalendDate.parseDate, TalendDate.formatDate and their combination for SALES_DATE, but the result was unparseable or empty value. For DISCOUNT it was similar. In the compilation phase they are Date/Number, but in execution they are Strings. Should I consider them as being strings in CSV?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197700#M1348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197701#M1349</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQbBAAW"&gt;@dansitar&lt;/A&gt;&amp;nbsp; i understand it can be tough at the start being a newbie..I have gone through the same. Please post your sample input few records and i can try it out.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 02:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197701#M1349</guid>
      <dc:creator>Sujay1</dc:creator>
      <dc:date>2019-12-06T02:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197702#M1350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;About 90% of the problems that I had in the last 5 days have been solved by taking again a look into Java preferences' settings.:-(&lt;/P&gt; 
&lt;P&gt;First I installed the latest JDK. I got a tone of errors and I got rid it and installed a compatible JRE. The things worked fine since I started to get again a lot of errors. I thought I did something wrong. Today in the morning I noticed that Java path points to a 32-bit version and I don't know how this setting appeared. Now I installed a compatible JDK (jdk1.8.0_231), made the right path settings and almost everything is ok.&lt;/P&gt; 
&lt;P&gt;I still got "Exception in thread "main" java.lang.Error: Unresolved compilation problem: " but the job works ok.&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197702#M1350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197703#M1351</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQbBAAW"&gt;@dansitar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please share your error screenshots so that we can understand the problem you are facing?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Similarly, if you are having any data issues, please add sample input and expected output records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197703#M1351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197704#M1352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for support. In fact it was a Java compatibility issue. I don't know how this occurred again after I have installed a compatible version and made necessary settings in Preferences - Java - JREs.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 21:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197704#M1352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-07T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date fomat issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197705#M1353</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQbBAAW"&gt;@dansitar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Thanks for the update. Could you please mark the topic as resolved?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You can refer the link for compatible Java versions for Talend 7.2 from below link.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/TE5n15~xt69w66DJpqAvMQ/wHWoMMiJKZHaRyxnbUIdCw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/TE5n15~xt69w66DJpqAvMQ/wHWoMMiJKZHaRyxnbUIdCw&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 12:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-fomat-issue/m-p/2197705#M1353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-08T12:10:01Z</dc:date>
    </item>
  </channel>
</rss>

