<?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: Get informations from Oracle database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348146#M115313</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To solve your problem, you can use a combination of components in Talend to achieve your desired output. Here's an outline of the steps you can follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the tFileInputDelimited component to read the CSV input file. Configure it to read the two fields (Code, Amount) from the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect the tFileInputDelimited component to a tMap component. In the tMap, you can define the mapping between the input fields and the output fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a new output column in the tMap for the "Libelle" field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use a tJavaRow component in the tMap to call your Oracle function. Inside the tJavaRow, you can invoke the function using the Code as input and retrieve the corresponding Libelle value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect the tJavaRow to the output column for "Libelle" in the tMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configure the tFileOutputDelimited component to &lt;A href="https://www-prepaidgiftbalance.com/" alt="https://www-prepaidgiftbalance.com/" target="_blank"&gt;official website&lt;/A&gt; write the output to a CSV file. Include the Code, Libelle, and Amount fields in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By using the tMap component, you can connect the input file, the Oracle function, and the output file together in a single flow. The tJavaRow allows you to call your complex functions and populate the output fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 09:00:58 GMT</pubDate>
    <dc:creator>Nicolenix</dc:creator>
    <dc:date>2023-06-07T09:00:58Z</dc:date>
    <item>
      <title>Get informations from Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348145#M115312</link>
      <description>&lt;P&gt;Hello everyone. I'm Boris and I'm quiet new in Talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue I can't solve.&lt;/P&gt;&lt;P&gt;I have a csv input with 2 fields (Code, Amount), and an oracle function that takes Code in input and result with Libelle. I just want in output Code, Libelle, Amout.&lt;/P&gt;&lt;P&gt;I tried tFileInputDelimiter -&amp;gt; TDBSP -&amp;gt; tFileOutputDelimiter, but I just have the Libelle. &lt;/P&gt;&lt;P&gt;with the tMap, I can connect the 2 components, but it seems that the Code is empty when the function is called&lt;/P&gt;&lt;P&gt;and I can't connect the tFileInput to the tDBSP and the tMap at the same time.&lt;/P&gt;&lt;P&gt;This example is very simplified. In fact I have a 234 rows input excel and I have to call several complex fonctions to fill extra fields in the output (all the 234 fields + some extra fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I do to have both my fields from the input file, and the results of my functions called with in parameters comming from the same file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hop it's clear &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348145#M115312</guid>
      <dc:creator>Boris_From_France</dc:creator>
      <dc:date>2024-11-15T21:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get informations from Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348146#M115313</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To solve your problem, you can use a combination of components in Talend to achieve your desired output. Here's an outline of the steps you can follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the tFileInputDelimited component to read the CSV input file. Configure it to read the two fields (Code, Amount) from the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect the tFileInputDelimited component to a tMap component. In the tMap, you can define the mapping between the input fields and the output fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a new output column in the tMap for the "Libelle" field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use a tJavaRow component in the tMap to call your Oracle function. Inside the tJavaRow, you can invoke the function using the Code as input and retrieve the corresponding Libelle value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect the tJavaRow to the output column for "Libelle" in the tMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configure the tFileOutputDelimited component to &lt;A href="https://www-prepaidgiftbalance.com/" alt="https://www-prepaidgiftbalance.com/" target="_blank"&gt;official website&lt;/A&gt; write the output to a CSV file. Include the Code, Libelle, and Amount fields in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By using the tMap component, you can connect the input file, the Oracle function, and the output file together in a single flow. The tJavaRow allows you to call your complex functions and populate the output fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348146#M115313</guid>
      <dc:creator>Nicolenix</dc:creator>
      <dc:date>2023-06-07T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get informations from Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348147#M115314</link>
      <description>&lt;P&gt;Hi, and thank you very much for your answer and your quick answer. Unfortunately, my knowledge on Java is too weak to even try this.  I did research on google to find a way, but with no success. I'm working on a workaround.&lt;/P&gt;&lt;P&gt;But thanks again for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 15:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-informations-from-Oracle-database/m-p/2348147#M115314</guid>
      <dc:creator>Boris_From_France</dc:creator>
      <dc:date>2023-06-07T15:09:53Z</dc:date>
    </item>
  </channel>
</rss>

