<?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: Unable to use tFileInputXML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284267#M57989</link>
    <description>screenshoot of the XML component configuration :</description>
    <pubDate>Mon, 11 Oct 2010 10:10:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-11T10:10:34Z</dc:date>
    <item>
      <title>Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284266#M57988</link>
      <description>Hi all,&lt;BR /&gt;I am trying to do a simple use of the tFileInputXML to extract information from existing XML file and put them in a tlogRow But I keep getting error with this component.&lt;BR /&gt;So here is the very  simple job that I try to run, wihtout sucess :&lt;BR /&gt;A tfileinputXML reads the content of an xml file and sends it to a tlogrow file  &lt;BR /&gt;I try to use it with a very simple XML file I created for this test (see component configuration in one of the screnshoots) : the content of the file "C:/talend/bis_project/pit-project.xml" is the following :&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE fmresultset PUBLIC "-//FMI//DTD fmresultset//EN" "/fmi/xml/fmresultset.dtd"&amp;gt;&lt;BR /&gt;&amp;lt;resultset&amp;gt;&lt;BR /&gt;    &amp;lt;record id="1"&amp;gt;data1&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="2"&amp;gt;data2&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="3"&amp;gt;data3&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="4"&amp;gt;data564654&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="5"&amp;gt;data534534&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="6"&amp;gt;data45&amp;lt;/record&amp;gt;&lt;BR /&gt;    &amp;lt;record id="7"&amp;gt;data78&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;/resultset&amp;gt;&lt;BR /&gt;It is saved under UTF-8.&lt;BR /&gt;The configuration of the XML component is in the screenshot too.&lt;BR /&gt;But the job doesn't work, I keep getting the error 'Invalid character constant' What does that mean? How can I solve this?&lt;BR /&gt;Any help would be appreciated!&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 13:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284266#M57988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284267#M57989</link>
      <description>screenshoot of the XML component configuration :</description>
      <pubDate>Mon, 11 Oct 2010 10:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284267#M57989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-11T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284268#M57990</link>
      <description>Hello 
&lt;BR /&gt;As the error message said, there are some Invalid character in the following line 
&lt;BR /&gt;&amp;lt;!DOCTYPE fmresultset PUBLIC "-//FMI//DTD fmresultset//EN" "/fmi/xml/fmresultset.dtd"&amp;gt; 
&lt;BR /&gt;it is not a xml-formed file. 
&lt;BR /&gt;Before using the tFileInputxml to read it, you need delete that line from the xml file. for exmaple: 
&lt;BR /&gt;tFileInputFullLine---tFilterRow--tFileOutputDelimited 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tFileInputXML---tLogRow 
&lt;BR /&gt;For more details, please see my screenshots. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 11 Oct 2010 14:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284268#M57990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-11T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284269#M57991</link>
      <description>Thank you very much Mister Shong. 
&lt;BR /&gt;This helps me. While waiting for an answer here I had found that this line was the source of my problem and your detailed explanation will help me to automatize the solution. 
&lt;BR /&gt;But isn't it normal to have a doctype ina XML file? could it be also because, in the example I gave, the name in the doctype (fmresultset) and the name of the root tag i used (resultset) were different and that caused the errors? I hope Talend allows to used XML files that have a doctype defined.</description>
      <pubDate>Mon, 11 Oct 2010 16:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284269#M57991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-11T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284270#M57992</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I hope Talend allows to used XML files that have a doctype defined.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Shong,
&lt;BR /&gt;Can you shed some light on this?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;-Randall</description>
      <pubDate>Tue, 23 Nov 2010 14:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284270#M57992</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-11-23T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use tFileInputXML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284271#M57993</link>
      <description>Hello, &lt;BR /&gt;i'm using talend TIS 4.2.3 and I have to read a xml file with a doctype declaration.&lt;BR /&gt;So, i would like first to validate the xml file thanks to the dtd, then, to read it.&lt;BR /&gt;how can I do it cause the dtdvalidate uses a dtd file.&lt;BR /&gt;for example a xml file :&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1" standalone="no"?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE images SYSTEM "&lt;A href="http://www.electre.com/xml/images.dtd" rel="nofollow noopener noreferrer"&gt;http://www.electre.com/xml/images.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;images&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9782952972772&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9791092708004&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9782358630849&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9782358630832&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9782818605493&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;record&amp;gt;&amp;lt;ean&amp;gt;9782092548707&amp;lt;/ean&amp;gt;&amp;lt;couverture&amp;gt;1&amp;lt;/couverture&amp;gt;&amp;lt;imagette&amp;gt;1&amp;lt;/imagette&amp;gt;&amp;lt;/record&amp;gt;&lt;BR /&gt;&amp;lt;/images&amp;gt;&lt;BR /&gt;thanks for your help.</description>
      <pubDate>Thu, 04 Jul 2013 15:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-tFileInputXML/m-p/2284271#M57993</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-04T15:57:38Z</dc:date>
    </item>
  </channel>
</rss>

