<?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: To insert records from file to table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325770#M95334</link>
    <description>&lt;P&gt;OK, you have two choices. You either schedule the job to run every few minutes or hours (depending on the frequency of the file delivery) or you use the ESB product and build a route to continually monitor the folder to pick up the files as they arrive. &lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 10:52:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-07T10:52:49Z</dc:date>
    <item>
      <title>To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325765#M95329</link>
      <description>&lt;P&gt;Q. A job is already in place, input data - transformations - output data. I have a new file with some records, the moment tFileExists component detects the file in the given location, the file should be transformed into a table, all the records must go through the same transformation and give the output. How can i achieve this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325765#M95329</guid>
      <dc:creator>Soumya_M</dc:creator>
      <dc:date>2024-11-15T22:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325766#M95330</link>
      <description>&lt;P&gt;The easiest way would be to convert the file's data into the format of your existing job's input data (and to the same source), then use the existing job. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 10:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325766#M95330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325767#M95331</link>
      <description>&lt;P&gt;Can you elaborate it please?&lt;/P&gt;&lt;P&gt;I need to automate the job. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 11:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325767#M95331</guid>
      <dc:creator>Soumya_M</dc:creator>
      <dc:date>2022-10-06T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325768#M95332</link>
      <description>&lt;P&gt;It is a little hard to elaborate as each of the decisions on how to do this depend on several factors. For example, what products are you using? Are you using Talend Open Studio or a subscription version? Do you want this to run in a batch way (a job that is started and stopped) or do you want this to be triggered by the presence of a file? Those are just a few of the questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want this to be triggered by the presence of a file, then you will probably be best served by using a route with the ESB product. If you are happy to have this process scheduled to run (maybe every hour or even every minute or 5 minutes), this can be done with a job (and would be a little easier). To reuse your existing job, you will need to know how to get your new data picked up by that job. Now, that will depend upon where your existing job picks its data up from.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 14:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325768#M95332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T14:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325769#M95333</link>
      <description>&lt;P&gt;Okay, I'm using Talend Open Studio for Data Integration 8.0.1 &lt;/P&gt;&lt;P&gt;The job has to be triggered by the presence of a file, it should automatically give the output without minimal or no user interaction. &lt;/P&gt;&lt;P&gt;I have given certain location in local system [in tFileExists component], from where it picks up the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325769#M95333</guid>
      <dc:creator>Soumya_M</dc:creator>
      <dc:date>2022-10-07T06:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: To insert records from file to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325770#M95334</link>
      <description>&lt;P&gt;OK, you have two choices. You either schedule the job to run every few minutes or hours (depending on the frequency of the file delivery) or you use the ESB product and build a route to continually monitor the folder to pick up the files as they arrive. &lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 10:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-insert-records-from-file-to-table/m-p/2325770#M95334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-07T10:52:49Z</dc:date>
    </item>
  </channel>
</rss>

