<?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: tDBInput and ODBC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218812#M13861</link>
    <description>Hello,&lt;BR /&gt;i have in a string field a date in this format String ( 02/01/1900 00:00:00)&lt;BR /&gt;I would like to have it like yyyy-mm-dd in an output field (in string)&lt;BR /&gt;I use a Tmap1 and i want to include in it. &lt;BR /&gt;I've try TalendDate.formatDate("yyyy/MM/dd 00:00:00",TalendDate.parseDate("yyyy-MM-dd",row1.dateemission)),  but i can't get a good result&lt;BR /&gt;Exception in component tMap_1&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "02/01/1900 00:00:00"&lt;BR /&gt;	at routines.TalendDate.parseDate(TalendDate.java:87)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.tFileInputDelimited_1Process(EKB_P112_ExpertBO_AIS_date.java:947)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.runJobInTOS(EKB_P112_ExpertBO_AIS_date.java:3245)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.main(EKB_P112_ExpertBO_AIS_date.java:3161)&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "02/01/1900 00:00:00"&lt;BR /&gt;	at java.text.DateFormat.parse(Unknown Source)&lt;BR /&gt;	at routines.TalendDate.parseDate(TalendDate.java:85)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 07 Jul 2008 08:59:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-07-07T08:59:42Z</dc:date>
    <item>
      <title>tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218806#M13855</link>
      <description>Hi,&lt;BR /&gt;tDBInput is used to read in all kind of databases. But, is it work only with ODBC ?&lt;BR /&gt;Regards,&lt;BR /&gt;Caroline</description>
      <pubDate>Sat, 16 Nov 2024 14:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218806#M13855</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218807#M13856</link>
      <description>yes, tDBInput uses ODBC&lt;BR /&gt;tJDBC allow generic connexion trough JDBC&lt;BR /&gt;What would you like to do ?</description>
      <pubDate>Thu, 17 Apr 2008 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218807#M13856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-17T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218808#M13857</link>
      <description>I would like to use a component capable to read all kind of databases (thus user can use context variables to enter his database connection).</description>
      <pubDate>Thu, 17 Apr 2008 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218808#M13857</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-04-17T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218809#M13858</link>
      <description>I don't really understand what you reall wants to do.&lt;BR /&gt;All your databases have the same tables with the same columns ?</description>
      <pubDate>Thu, 17 Apr 2008 19:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218809#M13858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-17T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218810#M13859</link>
      <description>I to have something similar in mind, but not different databases. I would like it if I could change the IP address of my database connections with a variable field you can change on setup if you wan to.
&lt;BR /&gt;Cheers 
&lt;BR /&gt;qunu</description>
      <pubDate>Mon, 02 Jun 2008 09:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218810#M13859</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-06-02T09:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218811#M13860</link>
      <description>You can easily do this in Talend. 
&lt;BR /&gt;Just define your context variables and use them as parameters in your tXXXInput, tXXXOutput, tXXXRow components. 
&lt;BR /&gt;I've posted some examples. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC5e.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151457i36CF9B73FE34DDF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC5e.jpg" alt="0683p000009MC5e.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC5j.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142124iA0C82653360855A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC5j.jpg" alt="0683p000009MC5j.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBrd.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142382i4F389CD04E68B456/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBrd.jpg" alt="0683p000009MBrd.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBqa.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135725i6B5BF1D9FFBE59F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBqa.jpg" alt="0683p000009MBqa.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218811#M13860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-02T18:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218812#M13861</link>
      <description>Hello,&lt;BR /&gt;i have in a string field a date in this format String ( 02/01/1900 00:00:00)&lt;BR /&gt;I would like to have it like yyyy-mm-dd in an output field (in string)&lt;BR /&gt;I use a Tmap1 and i want to include in it. &lt;BR /&gt;I've try TalendDate.formatDate("yyyy/MM/dd 00:00:00",TalendDate.parseDate("yyyy-MM-dd",row1.dateemission)),  but i can't get a good result&lt;BR /&gt;Exception in component tMap_1&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "02/01/1900 00:00:00"&lt;BR /&gt;	at routines.TalendDate.parseDate(TalendDate.java:87)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.tFileInputDelimited_1Process(EKB_P112_ExpertBO_AIS_date.java:947)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.runJobInTOS(EKB_P112_ExpertBO_AIS_date.java:3245)&lt;BR /&gt;	at blueprint.ekb_p112_expertbo_ais_date.EKB_P112_ExpertBO_AIS_date.main(EKB_P112_ExpertBO_AIS_date.java:3161)&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "02/01/1900 00:00:00"&lt;BR /&gt;	at java.text.DateFormat.parse(Unknown Source)&lt;BR /&gt;	at routines.TalendDate.parseDate(TalendDate.java:85)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 07 Jul 2008 08:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218812#M13861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-07T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218813#M13862</link>
      <description>Hello,&lt;BR /&gt;Try this way :&lt;BR /&gt;TalendDate.formatDate("yyyy-MM-dd",TalendDate.parseDate("dd/MM/yyyy HH:mm:ss",row1.dateemission)) &lt;BR /&gt;It works well with row1.dateemission = 02/01/1900 00:00:00&lt;BR /&gt;JC</description>
      <pubDate>Mon, 07 Jul 2008 09:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218813#M13862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-07T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: tDBInput and ODBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218814#M13863</link>
      <description>Hate to dig up an old thread, but this is really bothering me.&lt;BR /&gt;If I have already created a context in the repository and imported it into my job, how do I then create an additional context and use the same steps to configure two different contexts?&lt;BR /&gt;When I try to do this using the button on the lower left of the Variables tab under Contexts, it shows me the context in the popup but shows nothing when I try to expand it and select the variables. &lt;BR /&gt;If you don't create all your contexts before importing the vars in your job you can't use this feature?</description>
      <pubDate>Mon, 10 Nov 2008 23:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBInput-and-ODBC/m-p/2218814#M13863</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-11-10T23:01:16Z</dc:date>
    </item>
  </channel>
</rss>

