<?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 How to create Oracle CLOB to S3 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-Oracle-CLOB-to-S3/m-p/2340215#M108264</link>
    <description>&lt;P&gt;Hi Gurus&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have requirement to create Oracle CLOB into json file into S3.&lt;/P&gt; 
&lt;P&gt;I have followed steps as below.&lt;/P&gt; 
&lt;P&gt;1. Created Oracle input component ( Query has ClOB and File_name)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrkc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153382iB9586439B870DDB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrkc.jpg" alt="0683p000009Lrkc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;2. Created JavaFlex Component&amp;nbsp; (Code Attached in the Screenshot)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picture_2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls01.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136337i1E366E803E5378FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls01.jpg" alt="0683p000009Ls01.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;3. CreateFileout(for testing i use local folder) - but i need to send the file to S3 for file_name( file name is from the Query ).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;4. if the Oracle 10 rows - need to push 10 files to S3.&lt;/P&gt; 
&lt;P&gt;Note : S3 connection got established .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please any one help me on this ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting error when run the Job.&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="error_page.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrwJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132606i3F6B9E5650FA7B1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrwJ.jpg" alt="0683p000009LrwJ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flex_edit_schema.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrcu.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135037iB98A3193D91A34F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrcu.jpg" alt="0683p000009Lrcu.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Mani&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:01:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:01:41Z</dc:date>
    <item>
      <title>How to create Oracle CLOB to S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-Oracle-CLOB-to-S3/m-p/2340215#M108264</link>
      <description>&lt;P&gt;Hi Gurus&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have requirement to create Oracle CLOB into json file into S3.&lt;/P&gt; 
&lt;P&gt;I have followed steps as below.&lt;/P&gt; 
&lt;P&gt;1. Created Oracle input component ( Query has ClOB and File_name)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrkc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153382iB9586439B870DDB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrkc.jpg" alt="0683p000009Lrkc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;2. Created JavaFlex Component&amp;nbsp; (Code Attached in the Screenshot)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picture_2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls01.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136337i1E366E803E5378FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls01.jpg" alt="0683p000009Ls01.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;3. CreateFileout(for testing i use local folder) - but i need to send the file to S3 for file_name( file name is from the Query ).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;4. if the Oracle 10 rows - need to push 10 files to S3.&lt;/P&gt; 
&lt;P&gt;Note : S3 connection got established .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please any one help me on this ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting error when run the Job.&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="error_page.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrwJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132606i3F6B9E5650FA7B1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrwJ.jpg" alt="0683p000009LrwJ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flex_edit_schema.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrcu.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135037iB98A3193D91A34F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrcu.jpg" alt="0683p000009Lrcu.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Mani&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-Oracle-CLOB-to-S3/m-p/2340215#M108264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Oracle CLOB to S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-Oracle-CLOB-to-S3/m-p/2340216#M108265</link>
      <description>&lt;P&gt;Hello mani,&lt;/P&gt;
&lt;P&gt;When you&amp;nbsp;get some compile errors,&amp;nbsp;please check your "Code" tab in your job. There will be your compile error highlighted in red line.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-Oracle-CLOB-to-S3/m-p/2340216#M108265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T07:16:20Z</dc:date>
    </item>
  </channel>
</rss>

