<?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: Making a dynamic Schema repository in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541977#M149381</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for the update finally you got the datatype &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Happy to help!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 29 Jan 2026 15:28:54 GMT</pubDate>
    <dc:creator>gouravdubey5</dc:creator>
    <dc:date>2026-01-29T15:28:54Z</dc:date>
    <item>
      <title>Making a dynamic Schema repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2514283#M147467</link>
      <description>&lt;P&gt;I have several components that depend on a schema and most I manually create based on what I'm working with.&lt;BR /&gt;I use the data to create a file then call a job that loads that file into our storage.&lt;/P&gt;&lt;P&gt;How can I use a context variable in the load job to call a Generic schema?&lt;/P&gt;&lt;P&gt;The issue is that every job in this set of flows needs to call a load job. I can paramertize the connection, bucket and file name. But the schemas will be different. I can create Generic schemas but have no way to call them dynamically. If I could, then I would only have the 1 load job.&lt;/P&gt;&lt;P&gt;Below is a job that I'd like to be a 1 job loads all.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pthomas_0-1744644424500.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179615i7F5600EB6FFD455D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pthomas_0-1744644424500.png" alt="pthomas_0-1744644424500.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 15:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2514283#M147467</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-04-14T15:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Making a dynamic Schema repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541768#M149358</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In Talend Studio, a Dynamic schema can be stored and reused from the Repository, provided the metadata itself is defined as Dynamic.&lt;/P&gt;&lt;P&gt;Key points:&lt;/P&gt;&lt;P&gt;The repository metadata must contain a single column of type Dynamic.&lt;/P&gt;&lt;P&gt;This Dynamic metadata can then be dragged into jobs and reused across components.&lt;/P&gt;&lt;P&gt;The dynamic structure is resolved at runtime based on the incoming data.&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;P&gt;Dynamic schemas must be defined in the Repository; they should not be created manually in job schemas.&lt;/P&gt;&lt;P&gt;Ensure that all downstream components support Dynamic input.&lt;/P&gt;&lt;P&gt;Dynamic schemas are intended for flexible structures, not fixed column mappings.&lt;/P&gt;&lt;P&gt;Best practice:&lt;BR /&gt;Centralize the Dynamic metadata in the Repository and reuse it consistently across jobs to simplify maintenance.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 07:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541768#M149358</guid>
      <dc:creator>gouravdubey5</dc:creator>
      <dc:date>2026-01-28T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Making a dynamic Schema repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541973#M149380</link>
      <description>&lt;P&gt;Interesting.&amp;nbsp; I see the Dynamic data type now I just need to get in there and make it work.&amp;nbsp; This makes so much more sense than the 12-15 jobs that all do the same thing but with a different schema that I am using.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 15:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541973#M149380</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2026-01-29T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Making a dynamic Schema repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541977#M149381</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for the update finally you got the datatype &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Happy to help!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2026 15:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Making-a-dynamic-Schema-repository/m-p/2541977#M149381</guid>
      <dc:creator>gouravdubey5</dc:creator>
      <dc:date>2026-01-29T15:28:54Z</dc:date>
    </item>
  </channel>
</rss>

