<?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: Dynamic schema - tOracleInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370063#M133149</link>
    <description>Hi, 
&lt;BR /&gt;I have the Talend-Studio 5.2.1 version.&amp;nbsp; 
&lt;BR /&gt;I have a text file in input of my job which contains the tables and field name I want to extract. For each row I put the table name and field name in context variable. 
&lt;BR /&gt;I have joined a capture of my query. 
&lt;BR /&gt; 
&lt;BR /&gt;For my problem, I found an alternative using a tJavaRow &amp;nbsp;: if (ColumnType.equals("id_BigDecimal") I call the method replaceAll() to change the dot in comma. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/295069/tOracleInput.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGbE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136645i3784B3043DC69B54/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGbE.png" alt="0683p000009MGbE.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/295069/blob_20150728-0946.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGbJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150609i7CC4BEE169CCEBCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGbJ.png" alt="0683p000009MGbJ.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
    <pubDate>Tue, 28 Jul 2015 08:47:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T08:47:29Z</dc:date>
    <item>
      <title>Dynamic schema - tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370061#M133147</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am trying to export several oracle tables in differents .csv files, to anonymise some field using the .csv file and to reload data in the same Oracle database. For that, in a tOracleInput, I have defined a query which select all fields for every table (with context variable) and I have defined a &lt;STRONG&gt;dynamic schema&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;I face a problem, the comma in decimal field are replaced by a dot, and I need to have a comma as decimal separator to load the data in the oracle database.&amp;nbsp;&lt;BR /&gt;I have defined the decimal separator "," in my tfileOutputDelimited component but there is no change.&lt;BR /&gt;I can modify the csv files after creating it but there is a lot of line per table and it will take time.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/295069/blob_20150722-1606.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGb9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148837i1A6893EA3F935AF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGb9.png" alt="0683p000009MGb9.png" /&gt;&lt;/span&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://community.talend.com/legacyfs/online/295069/blob_20150722-1601.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGRA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128458i4CEBF65DAEE7264E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGRA.png" alt="0683p000009MGRA.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 15:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370061#M133147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-22T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema - tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370062#M133148</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;I face a problem, the comma in decimal field are replaced by a dot, and I need to have a comma as decimal separator to load the data in the oracle database. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;On which official version did you get that? Can you show us the screenshots of your input source and actual result?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 23 Jul 2015 05:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370062#M133148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T05:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema - tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370063#M133149</link>
      <description>Hi, 
&lt;BR /&gt;I have the Talend-Studio 5.2.1 version.&amp;nbsp; 
&lt;BR /&gt;I have a text file in input of my job which contains the tables and field name I want to extract. For each row I put the table name and field name in context variable. 
&lt;BR /&gt;I have joined a capture of my query. 
&lt;BR /&gt; 
&lt;BR /&gt;For my problem, I found an alternative using a tJavaRow &amp;nbsp;: if (ColumnType.equals("id_BigDecimal") I call the method replaceAll() to change the dot in comma. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/295069/tOracleInput.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGbE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136645i3784B3043DC69B54/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGbE.png" alt="0683p000009MGbE.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/295069/blob_20150728-0946.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGbJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150609i7CC4BEE169CCEBCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGbJ.png" alt="0683p000009MGbJ.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370063#M133149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema - tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370064#M133150</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;we are running into the same issue with version 5.6.2 and I wanted to ask if there is another 
&lt;BR /&gt;more solid solution for this problem? If the dot is the standard decimal separator for every connection, 
&lt;BR /&gt;the replacement method seems to be a workaround, but if not there is a risk. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Ulli</description>
      <pubDate>Tue, 12 Jul 2016 11:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-tOracleInput/m-p/2370064#M133150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T11:41:54Z</dc:date>
    </item>
  </channel>
</rss>

