<?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: Image Overlapping Issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338465#M106695</link>
    <description>&lt;P&gt;Thanks for the solution, you made my day. If you are looking for the best essay writer online then you can go to this official source here you can see many sites with reviews where you can &lt;A href="https://www.topessaywriting.org/samples/intramurals" alt="https://www.topessaywriting.org/samples/intramurals" target="_blank"&gt;Get More Information&lt;/A&gt; find the best writer for your essay writing.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 10:46:07 GMT</pubDate>
    <dc:creator>SallyStory</dc:creator>
    <dc:date>2023-04-18T10:46:07Z</dc:date>
    <item>
      <title>Image Overlapping Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338462#M106692</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a very strange issue while importing data from Access DB to Oracle DB.  Access DB is my source DB and there are two columns in the Source data Column1=NoProcesso (Datatype: Number) Column2=Logo_Image_Data(Data type: Attachment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a job using the components mentioned in the attached screenshot to export data from Access and Import it into Oracle DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code which i have used for tJavaFlex to extract the Logos from the Logo_Image_Data column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Object obj = rs_tDBInput_1.getObject(2);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;net.ucanaccess.complex.Attachment[] objArr =((net.ucanaccess.complex.Attachment[])obj);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println(objArr);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println(objArr.length);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println("Error exception");&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;if (obj != null &amp;amp;&amp;amp; objArr.length&amp;gt;0) {&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;net.ucanaccess.complex.Attachment att = (((net.ucanaccess.complex.Attachment[])obj)[0]);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;System.err.println("Attachment Name: " + att.getName());&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;row2.bytea = att.getData();&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;}&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data import is getting completed successfully without any Data loss, but the issue i am facing currently is Logos are getting Over written from column 2. For example in the source DB, NoProcesso has a value 1 and has Logo Attachment in Logo_Image_Data,  and NoProcesso = 2 has no logo attachement, but after the Talend Job get executed successfully and Data import is completely in Oracle DB, NoProcesso=2 is also getting updated with the Logo of NoProcess=1. In short both the NoProcess 1 and 2 is getting updated with same Logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hereby attach the screenshots of all the components and Tmapping i have created for my talend Job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be of great help if someone can help me to Solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anand V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338462#M106692</guid>
      <dc:creator>AV2022</dc:creator>
      <dc:date>2024-11-15T21:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Image Overlapping Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338463#M106693</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Set the output column is null if no attachment in column 2, change the code a little as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Object obj = rs_tDBInput_1.getObject(2);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;net.ucanaccess.complex.Attachment[] objArr =((net.ucanaccess.complex.Attachment[])obj);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println(objArr);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println(objArr.length);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println("Error exception");&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;if (obj != null &amp;amp;&amp;amp; objArr.length&amp;gt;0) {&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;net.ucanaccess.complex.Attachment att = (((net.ucanaccess.complex.Attachment[])obj)[0]);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;System.err.println("Attachment Name: " + att.getName());&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;row2.bytea = att.getData();&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;} else{&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;row2.bytea=null;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;}&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 02:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338463#M106693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-28T02:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Image Overlapping Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338464#M106694</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Alot&lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt; As always you gave me the perfect solution, Image overlapping issue is fixed now. Once Again thank you so much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anand &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 04:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338464#M106694</guid>
      <dc:creator>AV2022</dc:creator>
      <dc:date>2023-03-28T04:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Image Overlapping Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338465#M106695</link>
      <description>&lt;P&gt;Thanks for the solution, you made my day. If you are looking for the best essay writer online then you can go to this official source here you can see many sites with reviews where you can &lt;A href="https://www.topessaywriting.org/samples/intramurals" alt="https://www.topessaywriting.org/samples/intramurals" target="_blank"&gt;Get More Information&lt;/A&gt; find the best writer for your essay writing.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 10:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Image-Overlapping-Issue/m-p/2338465#M106695</guid>
      <dc:creator>SallyStory</dc:creator>
      <dc:date>2023-04-18T10:46:07Z</dc:date>
    </item>
  </channel>
</rss>

