<?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: Read XML and write to Talend XML component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290604#M63869</link>
    <description>Hi &lt;BR /&gt;I'm trying to do a very simple XML file transformation and I'm getting the same error (and I've had the same results - just one record in the outfile)&lt;BR /&gt;Did you get an answer from anyone in the end?  Or did you manage to figure it out?&lt;BR /&gt;I'd be keen to hear?&lt;BR /&gt;Thanks&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 09 Oct 2009 16:48:01 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2009-10-09T16:48:01Z</dc:date>
    <item>
      <title>Read XML and write to Talend XML component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290602#M63867</link>
      <description>Hi,
&lt;BR /&gt;I am trying to convert an xml file to talend component xml file so that from the new talend xml component file , I can able to create java source from Talend.
&lt;BR /&gt;
&lt;BR /&gt;But when I try to read an xml file using tFileInputXML, am not able to give the xml schema to tFileInputXML component to read the existing xml file and trying to put in tAdvancedFileOutputXML component. In this component I can able to select the xsd but am getting the error message saying "Parameter (XML Loop) must have atleast one value".
&lt;BR /&gt;
&lt;BR /&gt;Kindly help me to resolve this issue.
&lt;BR /&gt;
&lt;BR /&gt;Thanks &amp;amp; Regards,
&lt;BR /&gt;Inigo Skylab</description>
      <pubDate>Sat, 16 Nov 2024 13:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290602#M63867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read XML and write to Talend XML component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290603#M63868</link>
      <description>Hi,
&lt;BR /&gt;Now I can able to read XML file using tFileInputXML but in output am not getting the loop data.
&lt;BR /&gt;i.e.; The original xml file is 
&lt;BR /&gt;&amp;lt;Vector__Changed&amp;gt;
&lt;BR /&gt; &amp;lt;person&amp;gt;
&lt;BR /&gt; &amp;lt;firstname&amp;gt;Joe&amp;lt;/firstname&amp;gt;
&lt;BR /&gt; &amp;lt;lastname&amp;gt;Walnes&amp;lt;/lastname&amp;gt;
&lt;BR /&gt; &amp;lt;phone&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;123&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;1234-456&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phone&amp;gt;
&lt;BR /&gt; &amp;lt;fax&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;123&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/fax&amp;gt;
&lt;BR /&gt; &amp;lt;phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;456&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;879&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;/phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;/person&amp;gt;
&lt;BR /&gt; &amp;lt;person&amp;gt;
&lt;BR /&gt; &amp;lt;firstname&amp;gt;Inigo&amp;lt;/firstname&amp;gt;
&lt;BR /&gt; &amp;lt;lastname&amp;gt;Skylab&amp;lt;/lastname&amp;gt;
&lt;BR /&gt; &amp;lt;phone&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;123&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;1234-4567&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phone&amp;gt;
&lt;BR /&gt; &amp;lt;fax&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;123&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/fax&amp;gt;
&lt;BR /&gt; &amp;lt;phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;456&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;879&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;222&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;code&amp;gt;555&amp;lt;/code&amp;gt;
&lt;BR /&gt; &amp;lt;number&amp;gt;9999-999&amp;lt;/number&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;/phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;/person&amp;gt;
&lt;BR /&gt;&amp;lt;/Vector__Changed&amp;gt;
&lt;BR /&gt;and the generated xml file from Talend tAdvancedFileOutputXML component is 
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-15"?&amp;gt;
&lt;BR /&gt;&amp;lt;Vector__Changed&amp;gt;
&lt;BR /&gt; &amp;lt;person&amp;gt;
&lt;BR /&gt; &amp;lt;firstname&amp;gt;Joe&amp;lt;/firstname&amp;gt;
&lt;BR /&gt; &amp;lt;lastname&amp;gt;Walnes&amp;lt;/lastname&amp;gt;
&lt;BR /&gt; &amp;lt;phone&amp;gt;
&lt;BR /&gt; &amp;lt;pcode&amp;gt;123&amp;lt;/pcode&amp;gt;
&lt;BR /&gt; &amp;lt;pnumber&amp;gt;1234-456&amp;lt;/pnumber&amp;gt;
&lt;BR /&gt; &amp;lt;/phone&amp;gt;
&lt;BR /&gt; &amp;lt;fax&amp;gt;
&lt;BR /&gt; &amp;lt;fnumber&amp;gt;9999-999&amp;lt;/fnumber&amp;gt;
&lt;BR /&gt; &amp;lt;fcode&amp;gt;123&amp;lt;/fcode&amp;gt;
&lt;BR /&gt; &amp;lt;/fax&amp;gt;
&lt;BR /&gt; &amp;lt;phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;pncode&amp;gt;456&amp;lt;/pncode&amp;gt;
&lt;BR /&gt; &amp;lt;pnnumber&amp;gt;9999-999&amp;lt;/pnnumber&amp;gt;
&lt;BR /&gt; &amp;lt;/phonenumber&amp;gt;
&lt;BR /&gt; &amp;lt;/phoneList&amp;gt;
&lt;BR /&gt; &amp;lt;/person&amp;gt;
&lt;BR /&gt;&amp;lt;/Vector__Changed&amp;gt;
&lt;BR /&gt;Under Phone number tage the loop has not taken place and under person tag, Inigo Skylab data has not generated from original file.
&lt;BR /&gt;
&lt;BR /&gt;Please suggest anything else to be added in configuration part.
&lt;BR /&gt;Thanks &amp;amp; Regards,
&lt;BR /&gt;Inigo Skylab</description>
      <pubDate>Fri, 07 Aug 2009 12:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290603#M63868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-07T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Read XML and write to Talend XML component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290604#M63869</link>
      <description>Hi &lt;BR /&gt;I'm trying to do a very simple XML file transformation and I'm getting the same error (and I've had the same results - just one record in the outfile)&lt;BR /&gt;Did you get an answer from anyone in the end?  Or did you manage to figure it out?&lt;BR /&gt;I'd be keen to hear?&lt;BR /&gt;Thanks&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 09 Oct 2009 16:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290604#M63869</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-10-09T16:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read XML and write to Talend XML component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290605#M63870</link>
      <description>You can  try using component tFileInputMSXML&lt;BR /&gt;BR,&lt;BR /&gt;Roman</description>
      <pubDate>Fri, 09 Oct 2009 20:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-XML-and-write-to-Talend-XML-component/m-p/2290605#M63870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-09T20:03:50Z</dc:date>
    </item>
  </channel>
</rss>

