<?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: Load multiple XML Files into a mySQL DataBase in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243762#M30140</link>
    <description>&lt;P&gt;Okay my bad.&lt;/P&gt;
&lt;P&gt;Solution :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say Change to Built-in for ProprietyType.&lt;/P&gt;
&lt;P&gt;Then you can write freely in the Stream.&lt;/P&gt;
&lt;P&gt;If someone encounters the problem again.&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Dec 2019 16:28:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-27T16:28:55Z</dc:date>
    <item>
      <title>Load multiple XML Files into a mySQL DataBase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243758#M30136</link>
      <description>Hi,&lt;BR /&gt;I have a foder where I have 3 xml Files CDR01--CDR03 which have the same format. I want to select these three files, process them (extract only some information from) and then put the extracted data into a DataBase.&lt;BR /&gt;I used the &lt;BR /&gt;Tfilefilter : where I gave the link of the folder where I have my xml files,&lt;BR /&gt;tFilelinputXml: and here is where I have the problem : it when I need to give the "file name/Stream" and here I have just one option is to give the link for one xml file. &lt;BR /&gt;So when I run the Job I have in my Database the selected file 3 times. &lt;BR /&gt;So my question is how to tell to the tFileInputXML to have as input a different files.&lt;BR /&gt;Thank you I hope I am clear.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2012 09:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243758#M30136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-07T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple XML Files into a mySQL DataBase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243759#M30137</link>
      <description>Hi
&lt;BR /&gt;Type this expression in the "file name/Steam" text field on tFileList.
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 07 Jun 2012 10:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243759#M30137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-07T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple XML Files into a mySQL DataBase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243760#M30138</link>
      <description>Thanks a Lot It worked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 07 Jun 2012 10:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243760#M30138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-07T10:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple XML Files into a mySQL DataBase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243761#M30139</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;
&lt;P&gt;I have exactly the same problem as mister. Problem : i can't put :&amp;nbsp;&lt;SPAN&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;in the Steam field in tFileImputXml, it says that the file path isn't good.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I assume that i have to change "tFileList_1_CURRENT_FILEPATH" with the path to my folder, but it also says the path isn't good.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe i have to change (String) but i dont know what i have to put instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or do i have to let the sentence exactly like this ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can someone help me please ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 16:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243761#M30139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-27T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple XML Files into a mySQL DataBase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243762#M30140</link>
      <description>&lt;P&gt;Okay my bad.&lt;/P&gt;
&lt;P&gt;Solution :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say Change to Built-in for ProprietyType.&lt;/P&gt;
&lt;P&gt;Then you can write freely in the Stream.&lt;/P&gt;
&lt;P&gt;If someone encounters the problem again.&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 16:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-XML-Files-into-a-mySQL-DataBase/m-p/2243762#M30140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-27T16:28:55Z</dc:date>
    </item>
  </channel>
</rss>

