<?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 convert List&amp;lt;Dynamic&amp;gt; to Row with Dynamic Schema? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2501567#M141706</link>
    <description>&lt;P&gt;Hello everyone.&lt;/P&gt;
&lt;P&gt;I have a List&amp;lt;Dynamic&amp;gt; variable stored in a Talend Context variable. How can I convert the Dynamic value of this variable to a Row in the dynamic schema?&lt;/P&gt;
&lt;P&gt;I have tried tFixedFlowInput and tIterateToFlow components, but these component do not support&amp;nbsp;Dynamic schema.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Ryu&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 08:15:58 GMT</pubDate>
    <dc:creator>laughsmile</dc:creator>
    <dc:date>2025-01-16T08:15:58Z</dc:date>
    <item>
      <title>How to convert List&lt;Dynamic&gt; to Row with Dynamic Schema?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2501567#M141706</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;
&lt;P&gt;I have a List&amp;lt;Dynamic&amp;gt; variable stored in a Talend Context variable. How can I convert the Dynamic value of this variable to a Row in the dynamic schema?&lt;/P&gt;
&lt;P&gt;I have tried tFixedFlowInput and tIterateToFlow components, but these component do not support&amp;nbsp;Dynamic schema.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Ryu&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 08:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2501567#M141706</guid>
      <dc:creator>laughsmile</dc:creator>
      <dc:date>2025-01-16T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert List&lt;Dynamic&gt; to Row with Dynamic Schema?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2501649#M141708</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/295189"&gt;@laughsmile&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Do you have an example of the expected result so that I can better visualize what you want to do?&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 15:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2501649#M141708</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-01-16T15:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert List&lt;Dynamic&gt; to Row with Dynamic Schema?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2502298#M141723</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/274551"&gt;@Dave_Simo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;I have a Talend parent job and child job and running child jobs through a parent job.&lt;/P&gt;
&lt;P&gt;Parent Job:&lt;/P&gt;
&lt;P&gt;Reads a file with a dynamic schema.&lt;BR /&gt;Saves the content as List&amp;lt;Dynamic&amp;gt; in a context variable.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Child Job:&lt;/P&gt;
&lt;P&gt;Reads another file with the same dynamic schema as the file in the parent job.&lt;/P&gt;
&lt;P&gt;I want to&amp;nbsp;Combines the data from the List&amp;lt;Dynamic&amp;gt; (passed from the parent job via context) with the data from the file read in the child job using a tUnite component.&lt;/P&gt;
&lt;P&gt;Ryu&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 01:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2502298#M141723</guid>
      <dc:creator>laughsmile</dc:creator>
      <dc:date>2025-01-22T01:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert List&lt;Dynamic&gt; to Row with Dynamic Schema?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2502384#M141725</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I think I understand a little of what you want to do and it looks like what is done in the link below, maybe it will help you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/dynamic-schema-talend-jean-francois-monteil-piose/?trackingId=C0kgOKVkTnG9mFcVWMJ%2FAQ%3D%3D" target="_blank"&gt;https://www.linkedin.com/pulse/dynamic-schema-talend-jean-francois-monteil-piose/?trackingId=C0kgOKVkTnG9mFcVWMJ%2FAQ%3D%3D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Reagrds&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 10:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2502384#M141725</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-01-22T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert List&lt;Dynamic&gt; to Row with Dynamic Schema?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2504802#M141747</link>
      <description>&lt;P&gt;solve this problem by using tBufferOutput and tBufferInput.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 02:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-List-lt-Dynamic-gt-to-Row-with-Dynamic-Schema/m-p/2504802#M141747</guid>
      <dc:creator>laughsmile</dc:creator>
      <dc:date>2025-02-07T02:32:02Z</dc:date>
    </item>
  </channel>
</rss>

