<?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: Loading multiple CSV files into MySQL database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249749#M34192</link>
    <description>&lt;P&gt;Hey Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it...doesn't work. It still displays the same error:&lt;/P&gt;&lt;P&gt;Error in the component's properties:The method add(String) in the type List&amp;lt;String&amp;gt; is not applicable for the arguments ()&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 19:50:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-24T19:50:47Z</dc:date>
    <item>
      <title>Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249745#M34188</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to load multiple .csv files of the same format to MySQL DB.&lt;/P&gt;&lt;P&gt;I used tFileList for iteration of all the files. But I receive below error for the tFileList component :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in the component's properties:The method add(String) in the type List&amp;lt;String&amp;gt; is not applicable for the arguments ().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attaching screenshots , please have a look at them and let me know what's the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 16:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249745#M34188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249746#M34189</link>
      <description>&lt;P&gt;Hi Praneeth,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please go to the Code tab of the designer and see where exactly is the error? The error area will be highlighted in red.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Also could you please double check whether you need escape character for the csv options? When you take the tFileinputdelimited , by default, it will not use the escape character while using double quotes.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249746#M34189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T18:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249747#M34190</link>
      <description>&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I don't have much expertise in Java coding....so I've attached the error that's been populated in the code section of my job designer. Also, I set escape char to 'empty' in tFileInputDelimited component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know where am I missing. Looking forward to your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvyE"&gt;tfilelist_error.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249747#M34190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T19:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249748#M34191</link>
      <description>&lt;P&gt;Hi Praneeth,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; By default the values will be as shown below. Please try that way.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6KM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156968i8BD617B950D0EC7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6KM.png" alt="0683p000009M6KM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249748#M34191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249749#M34192</link>
      <description>&lt;P&gt;Hey Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it...doesn't work. It still displays the same error:&lt;/P&gt;&lt;P&gt;Error in the component's properties:The method add(String) in the type List&amp;lt;String&amp;gt; is not applicable for the arguments ()&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249749#M34192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249750#M34193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I got the issue. You have added one additional dummy line as shown below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Kb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153412i81EBF8375E799A4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Kb.png" alt="0683p000009M6Kb.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249750#M34193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249751#M34194</link>
      <description>&lt;P&gt;Hey Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You're awesome!..I Couldn't find the issue but when I removed the tfilelist component and added again in my job design it worked!...seems to be the issue that you've mentioned.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot man!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249751#M34194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T20:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multiple CSV files into MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249752#M34195</link>
      <description>&lt;P&gt;Happy to help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want, you can recreate the issue by adding a new dummy line and try to run the job &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-multiple-CSV-files-into-MySQL-database/m-p/2249752#M34195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T20:51:44Z</dc:date>
    </item>
  </channel>
</rss>

