<?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: how to load only records within a specific range from a csv file into a oracle table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327771#M97120</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I had a look at tSampleRow component but in this we have to hard code the values which i don't want to.&lt;/P&gt;
&lt;P&gt;But my requirement is I need to specify the range dynamically when the job runs.&lt;/P&gt;
&lt;P&gt;Today I have a req to load records between 300 to 400 .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tomorrow the req can be to load between 600 to 900,etc like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how can I achieve this??&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jun 2018 07:01:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-30T07:01:56Z</dc:date>
    <item>
      <title>how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327769#M97118</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have a requirement where there is a csv file as input for example consider its having 1000 records&lt;/P&gt;&lt;P&gt;with the below schema&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;emp_name,emp_sal,emp_city&lt;/P&gt;&lt;P&gt;xyz,1000,hyderabad&lt;/P&gt;&lt;P&gt;abc,2000,delhi&lt;/P&gt;&lt;P&gt;mnp,3000,bangalore&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to load the data into a oracle table but only specific records within a range&lt;BR /&gt;(ex : 200 to 350,500 to 875,etc) I need to give the range at run time using context variables.&lt;/P&gt;&lt;P&gt;how can I achieve that?&lt;BR /&gt;does tFileRowCount supports that or is there any solution??&lt;BR /&gt;&lt;BR /&gt;quick reply would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327769#M97118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327770#M97119</link>
      <description>Have a look to tSampleRow</description>
      <pubDate>Sat, 30 Jun 2018 06:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327770#M97119</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-30T06:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327771#M97120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I had a look at tSampleRow component but in this we have to hard code the values which i don't want to.&lt;/P&gt;
&lt;P&gt;But my requirement is I need to specify the range dynamically when the job runs.&lt;/P&gt;
&lt;P&gt;Today I have a req to load records between 300 to 400 .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tomorrow the req can be to load between 600 to 900,etc like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how can I achieve this??&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 07:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327771#M97120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T07:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327772#M97121</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find attached screenshot of my job. I tried using context variables prompting them at run time for the range values. still its not giving the output&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LszV"&gt;samplerow.PNG&lt;/A&gt;</description>
      <pubDate>Sat, 30 Jun 2018 07:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327772#M97121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327773#M97122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;PFA screenshot.&lt;/P&gt;
&lt;P&gt;Please if any one knows let me know where I'm doing wrong?&lt;BR /&gt;I tried to display the values of context variables and they are getting displayed on the console but none of the rows are moving to tlogrow from tsamplerow&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 07:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327773#M97122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327774#M97123</link>
      <description>&lt;PRE&gt;context.From+".."+context.To&lt;/PRE&gt;
&lt;P&gt;may the better is to have a single context variable like context.Interval so you can define the desired interval as you want such as:&lt;/P&gt;
&lt;PRE&gt;100..200,500..1000,1500,2000&lt;/PRE&gt;
&lt;P&gt;Should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327774#M97123</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-30T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327775#M97124</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried as you told like keeping the expression&lt;/P&gt;
&lt;P&gt;context.from+".."+context.to in tSampleRow and I got the above error.&lt;/P&gt;
&lt;P&gt;PFA screenshot for the error.&lt;BR /&gt;both the context variables are of type Integer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know for any details.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsod"&gt;3.PNG&lt;/A&gt;</description>
      <pubDate>Sat, 30 Jun 2018 15:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327775#M97124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327776#M97125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please let me know the solution asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 15:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327776#M97125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327777#M97126</link>
      <description>&lt;P&gt;Sorry for the mistake, this one works:&lt;/P&gt;&lt;PRE&gt;new String (context.From + ".." + context.To)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 17:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327777#M97126</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-30T17:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327778#M97127</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry It didn't work.&lt;/P&gt;&lt;P&gt;PFA screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tJavaRow&amp;nbsp; &amp;nbsp; &amp;nbsp; code :&amp;nbsp;context.interval = new String(context.from+".."+context.to);&lt;/P&gt;&lt;P&gt;tSampleRow code : context.interval&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the 3 variables are of type String&lt;/P&gt;&lt;P&gt;But still it didn't resolve my issue.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtDz"&gt;4.PNG&lt;/A&gt;</description>
      <pubDate>Sat, 30 Jun 2018 18:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327778#M97127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T18:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327779#M97128</link>
      <description>You don't need a tJavaRow. Just put the piece of code as the Range value for the tSampleRow component.&lt;BR /&gt;It works, I just tried it.</description>
      <pubDate>Sat, 30 Jun 2018 18:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327779#M97128</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-30T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327780#M97129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your patience. it worked.&lt;/P&gt;&lt;P&gt;But my question is why it didn't work if we do in other way&amp;nbsp;like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;context.interval = context.from+".."+context.to; ----&amp;gt;&lt;/STRONG&gt; in tJavaRow&lt;/P&gt;&lt;P&gt;and use the&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;context.interva&lt;/STRONG&gt;l -----&amp;gt; in&amp;nbsp;&lt;SPAN&gt;tSampleRow ???&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 18:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327780#M97129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-30T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327781#M97130</link>
      <description>&lt;P&gt;The variable used as Range must be set before the subjob&amp;nbsp;including the&amp;nbsp;tSampleRow starts.&lt;/P&gt;&lt;P&gt;So, if you have a tJava before this subjob, it&amp;nbsp;works too:&lt;/P&gt;&lt;PRE&gt;tJava--(onComponentOK)--&amp;gt;tFileInputDelimited--&amp;gt;tSampleRow--&amp;gt;tLogRow&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Jun 2018 19:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327781#M97130</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-30T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to load only records within a specific range from a csv file into a oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327782#M97131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If it is on number range suppose source field of type double divided by lookup field of type double and the result should be in between the range 0.1 to 5.0 and should not be in the range 5.1 to 8.9 how to do this in the talend expression filter while mapping in tmap?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 08:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-only-records-within-a-specific-range-from-a-csv-file/m-p/2327782#M97131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-12T08:21:48Z</dc:date>
    </item>
  </channel>
</rss>

