<?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: Data ingestion talend job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239698#M27419</link>
    <description>&lt;P&gt;yes, for schema detail, we have created another table which contains schema details for sources and targets&lt;/P&gt;&lt;P&gt;like table name, column name, datatype, length of datatype, primary key etc.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 10:24:23 GMT</pubDate>
    <dc:creator>singhg</dc:creator>
    <dc:date>2019-03-12T10:24:23Z</dc:date>
    <item>
      <title>Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239693#M27414</link>
      <description>&lt;P&gt;I am working on developing a single talend job for data ingestion from any source to any target which satisfies the below requirement:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.) The source and target table names will be specified in the context variables before running the job.&lt;/P&gt;&lt;P&gt;2.) It should read the source and target schema (like table name, column name, data type, primary key ) on the go from a database table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.) It should perform full load, incremental load based upon primary key, datetime for data ingestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know, how can I read source/target schema on go, create source target components, map the source/target columns, perform transformation for full/incremental load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this even feasible or not. Please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239693#M27414</guid>
      <dc:creator>singhg</dc:creator>
      <dc:date>2024-11-16T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239694#M27415</link>
      <description>hi,
&lt;BR /&gt;there is no dynamic schémas on the free version of Talend.
&lt;BR /&gt;so the best way for you is to make one job by table.¨
&lt;BR /&gt;an other possibility is to get all data on one String (it's ok for small tables).
&lt;BR /&gt;concatenate all fields on select query to create the insert query.
&lt;BR /&gt;
&lt;BR /&gt;if all your table have unique key you can use it to copy data field by fields.
&lt;BR /&gt;
&lt;BR /&gt;good luck
&lt;BR /&gt;
&lt;BR /&gt;you can use system view or talbes to discover db schemas.
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239694#M27415</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-11T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239695#M27416</link>
      <description>&lt;P&gt;Since I will be using incremental load along with dynamic schema, is there any way to perform lookup on tables using dynamic schema in tmap.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239695#M27416</guid>
      <dc:creator>singhg</dc:creator>
      <dc:date>2019-03-12T02:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239696#M27417</link>
      <description>yes but you have to extract field value by name so you have to know it. it cannot be dynamic.&lt;BR /&gt;if you know the name of the fiead you can get it from your SQL query and let other filds dynamics.</description>
      <pubDate>Tue, 12 Mar 2019 09:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239696#M27417</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-12T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239697#M27418</link>
      <description>think about system table to get the schema of table...</description>
      <pubDate>Tue, 12 Mar 2019 09:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239697#M27418</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-12T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data ingestion talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239698#M27419</link>
      <description>&lt;P&gt;yes, for schema detail, we have created another table which contains schema details for sources and targets&lt;/P&gt;&lt;P&gt;like table name, column name, datatype, length of datatype, primary key etc.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 10:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-ingestion-talend-job/m-p/2239698#M27419</guid>
      <dc:creator>singhg</dc:creator>
      <dc:date>2019-03-12T10:24:23Z</dc:date>
    </item>
  </channel>
</rss>

