<?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 Loading only one csv file each time  to sql server (using procedured as attached) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377035#M139012</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the procedure as attached for load more than one csv file to sql server it is working only for one file of the directory.&amp;nbsp;If I include two files for example in tFixedFlowInput (file_name x table_name) the job seams that it is not identify that exist more than one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me where is the change that I need to do please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:23:23 GMT</pubDate>
    <dc:creator>FSternberg</dc:creator>
    <dc:date>2024-11-15T23:23:23Z</dc:date>
    <item>
      <title>Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377035#M139012</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the procedure as attached for load more than one csv file to sql server it is working only for one file of the directory.&amp;nbsp;If I include two files for example in tFixedFlowInput (file_name x table_name) the job seams that it is not identify that exist more than one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me where is the change that I need to do please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377035#M139012</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2024-11-15T23:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377036#M139013</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;What you do on tMap? From your job design, I see tFileInputDelimited only run one time, can you please share a screenshot of tMap and tJavaRow? To iterate each file, replace tIterateToFlow  with  iterate+tFixedFlowInput&lt;/P&gt;&lt;P&gt;tFileList--iterate--tFixedFlowInput---main--tMap......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 01:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377036#M139013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-22T01:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377037#M139014</link>
      <description>&lt;P&gt;Hello, thanks by reply.&lt;/P&gt;&lt;P&gt;I am using the the same example of Talend site (Using Dynamic Schema to load data dynamically to database tables) and the link is as below. https://help.talend.com/r/36FNvH4mND6uL3cKKzTU~w/0niQWjT7eQkj_0HLp57YUA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference for my project is that I am not using Child Job for the components &lt;B&gt;tFileInputDelimited&lt;/B&gt;&amp;nbsp;and &amp;nbsp;&lt;B&gt;tDBOutput&lt;/B&gt;&amp;nbsp;, I created all process in one simple job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need some information of my job or the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 02:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377037#M139014</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-22T02:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377038#M139015</link>
      <description>&lt;P&gt;Hi, you have to do an iteration for each file after your tJavaRow.&lt;/P&gt;&lt;P&gt;Send me love and Kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 08:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377038#M139015</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-12-22T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377039#M139016</link>
      <description>&lt;P&gt;Hello, my JavaRow is below and the process in atached. Please, what component need I to use after the JavaRow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.tablename = out.tablename;&lt;/P&gt;&lt;P&gt;context.filename = out.filename;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377039#M139016</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-22T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377040#M139017</link>
      <description>&lt;P&gt;Hello, I got to change with child job and worked.&lt;/P&gt;&lt;P&gt;Please, how can I cut the last some characteres from the csv file?&lt;/P&gt;&lt;P&gt;For example, I have the file name DALUNOS_RH_20211222 and I´d like to keep only DALUNOS_RH?&lt;/P&gt;&lt;P&gt;I tried something like below but in the message box show me ever DALUNOS_RH_202&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")).substring(0,((String)globalMap.get("tFileList_1_CURRENT_FILE")).length() - 9)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377040#M139017</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-22T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377041#M139018</link>
      <description>&lt;P&gt;for iteration : tFlowtoIterate.&lt;/P&gt;&lt;P&gt;for the file name : ((String)globalMap.get("tFileList_1_CURRENT_FILE")).replaceAll("_\\d{8}","")&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 15:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377041#M139018</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-12-22T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only one csv file each time  to sql server (using procedured as attached)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377042#M139019</link>
      <description>&lt;P&gt;Hello please, confirm it for me:&lt;/P&gt;&lt;P&gt;Actual: DALUNOS_RH_20211222.CSV&lt;/P&gt;&lt;P&gt;To be: DALUNOS_RH.CSV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I to use the command below but keeping the extension .CSV?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")).replaceAll("_\\d{13}","")&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 14:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-only-one-csv-file-each-time-to-sql-server-using/m-p/2377042#M139019</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-29T14:59:22Z</dc:date>
    </item>
  </channel>
</rss>

