<?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: Is there a component that allows to generate fixed rows? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291322#M64512</link>
    <description>Hello 
&lt;BR /&gt;tFixedFlowInput generate some rows with fixed value. 
&lt;BR /&gt;tRowGenerator can generate some rows with range of set value, eg: if you set function as: "..." and set the value of parameter as "shong", "elise", it will generate rows "shong" or "elise". 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Mon, 10 Aug 2009 03:26:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-10T03:26:32Z</dc:date>
    <item>
      <title>Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291321#M64511</link>
      <description>I know there is a tFixedFlowInput and a tRowGenerator components but what I want is simply a kind of fixed table?</description>
      <pubDate>Sat, 16 Nov 2024 13:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291321#M64511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291322#M64512</link>
      <description>Hello 
&lt;BR /&gt;tFixedFlowInput generate some rows with fixed value. 
&lt;BR /&gt;tRowGenerator can generate some rows with range of set value, eg: if you set function as: "..." and set the value of parameter as "shong", "elise", it will generate rows "shong" or "elise". 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 10 Aug 2009 03:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291322#M64512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-10T03:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291323#M64513</link>
      <description>tRowGenerator doesnt work for me because it generates rows randomly. &lt;BR /&gt;How do I specify a bunch of fixed rows using the tFixedInputFlow?</description>
      <pubDate>Wed, 12 Aug 2009 13:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291323#M64513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-12T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291324#M64514</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;How do I specify a bunch of fixed rows using the tFixedInputFlow?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;bunch?? What do you mean?
&lt;BR /&gt;Add columns on schema, then set value for each column, eg:
&lt;BR /&gt;1 for int type
&lt;BR /&gt;"shong" for string type
&lt;BR /&gt;TalendDate.getCurrentDate() for Date type
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 13 Aug 2009 04:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291324#M64514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-13T04:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291325#M64515</link>
      <description>Yes that's good if I need just one row, but what if I need many?. Ah! And I mean not loading from a file, I mean a component must let me specify those rows directly on the properties view. I think writting sql inserts or creating a delimited file just for adding a few preknown rows have no fun.</description>
      <pubDate>Fri, 14 Aug 2009 15:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291325#M64515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-14T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291326#M64516</link>
      <description>with tfixedinputflow you can specify more than one row, look at the properties...</description>
      <pubDate>Fri, 14 Aug 2009 17:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291326#M64516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-14T17:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291327#M64517</link>
      <description>You can generate many rows, thats the joke with this component, it only repeat the same row. I dont undertand how a basic component like this doesnt exist, I mean, I must die writing inserts for tables like XXXXXX_TYPE !??</description>
      <pubDate>Sat, 15 Aug 2009 16:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291327#M64517</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-08-15T16:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291328#M64518</link>
      <description>You are basically in need to have a little readonly input table directly specified in a component GUI and job definition (not defined externally)...
&lt;BR /&gt;Yes, I agree would be nice to have such component ( a sort of tTalendInputTable editable by GUI, useful for testing and simple hardwired lookup tables defined in the job ).
&lt;BR /&gt;Please post a feature request in the bug tracker!</description>
      <pubDate>Sun, 16 Aug 2009 10:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291328#M64518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-16T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291329#M64519</link>
      <description>see bugtrackers 0004750, 0008783 and forum 5303. The tFixedFlowInput component was developed by plegall and he say that he wanted to do that for this component but the limitation by the time was with the TABLE "BASED_ON_SCHEMA" property of the component descriptor that doesnt let you define more than one row on a table. I`ll develope this component I swear, I´m learning how to build one I hope to have luck.</description>
      <pubDate>Tue, 25 Aug 2009 20:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291329#M64519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-25T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a component that allows to generate fixed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291330#M64520</link>
      <description>I managed that with the following component :
&lt;BR /&gt;tForeach -&amp;gt; tIteraToFlow -&amp;gt; textractRegexFields
&lt;BR /&gt;
&lt;BR /&gt;On tForeach :
&lt;BR /&gt;I put row 1 : "value1_of_col1,value2_of_col2"
&lt;BR /&gt;row2 : "value3_of_col1, value4_of_col2"
&lt;BR /&gt;...
&lt;BR /&gt;On tExtractRegexFields: 
&lt;BR /&gt;Regexpression : "^(.*),(.*)" 
&lt;BR /&gt;Colomun name of the shema
&lt;BR /&gt;See u,</description>
      <pubDate>Mon, 01 Mar 2010 15:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-there-a-component-that-allows-to-generate-fixed-rows/m-p/2291330#M64520</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-03-01T15:36:56Z</dc:date>
    </item>
  </channel>
</rss>

