<?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: Problem in Inserting the XML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333350#M102137</link>
    <description>I am getting the below error when I have tried using the tXMLMAP&lt;BR /&gt;Execution failed :Failed to generate code.&lt;BR /&gt; &lt;BR /&gt;Please help</description>
    <pubDate>Mon, 20 Feb 2012 15:15:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-20T15:15:52Z</dc:date>
    <item>
      <title>Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333346#M102133</link>
      <description>HI,
&lt;BR /&gt;For the last two years I am using Talend. Now we have started using for archiving where the requirement is to insert XML in one column some of the xml fields to other columns. I am able to insert only XML with tWriteXMLField Component but not other columns.
&lt;BR /&gt;Destination Table:
&lt;BR /&gt;BANK_GROUP_CODE(Varchar2) --&amp;gt; value in BANK_GROUP_CODE element from the below has to go here
&lt;BR /&gt;DEAL_ID(Varchar2) --&amp;gt; value in DEAL_ID element from the below has to go here
&lt;BR /&gt;REG_TIMESTAMP (date) --&amp;gt; value in REG_TIMESTAMP element from the below has to go here
&lt;BR /&gt;CONTENT (XMLTYPE) --&amp;gt; The whole element DEAL xml will go here
&lt;BR /&gt;INPUT XML:
&lt;BR /&gt;&amp;lt;root&amp;gt;
&lt;BR /&gt;&amp;lt;DEAL&amp;gt;
&lt;BR /&gt; &amp;lt;BANK_GROUP_CODE&amp;gt;ABC&amp;lt;/BANK_GROUP_CODE&amp;gt;
&lt;BR /&gt; &amp;lt;DEAL_ID&amp;gt;253999999999&amp;lt;/DEAL_ID&amp;gt;
&lt;BR /&gt; &amp;lt;STEP_ID&amp;gt;ISS&amp;lt;/STEP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;REG_TIMESTAMP&amp;gt;03-06-2010&amp;lt;/REG_TIMESTAMP&amp;gt;
&lt;BR /&gt; &amp;lt;CONTENT&amp;gt;
&lt;BR /&gt; &amp;lt;BANKGROUPCODE1&amp;gt;SCB&amp;lt;/BANKGROUPCODE1&amp;gt;
&lt;BR /&gt; &amp;lt;DEALID1&amp;gt;253999999999&amp;lt;/DEALID1&amp;gt;
&lt;BR /&gt; &amp;lt;STEPID1&amp;gt;ISS&amp;lt;/STEPID1&amp;gt;
&lt;BR /&gt; &amp;lt;REGTIMESTAMP1&amp;gt;03-06-2010&amp;lt;/REGTIMESTAMP1&amp;gt;
&lt;BR /&gt; &amp;lt;/CONTENT&amp;gt;
&lt;BR /&gt;&amp;lt;/DEAL&amp;gt;
&lt;BR /&gt;&amp;lt;DEAL&amp;gt;
&lt;BR /&gt; &amp;lt;BANK_GROUP_CODE&amp;gt;BCD&amp;lt;/BANK_GROUP_CODE&amp;gt;
&lt;BR /&gt; &amp;lt;DEAL_ID&amp;gt;25311111111&amp;lt;/DEAL_ID&amp;gt;
&lt;BR /&gt; &amp;lt;STEP_ID&amp;gt;000&amp;lt;/STEP_ID&amp;gt;
&lt;BR /&gt; &amp;lt;REG_TIMESTAMP&amp;gt;03-06-2010&amp;lt;/REG_TIMESTAMP&amp;gt;
&lt;BR /&gt; &amp;lt;CONTENT&amp;gt;
&lt;BR /&gt; &amp;lt;BANKGROUPCODE1&amp;gt;SCB&amp;lt;/BANKGROUPCODE1&amp;gt;
&lt;BR /&gt; &amp;lt;DEALID1&amp;gt;253111111111&amp;lt;/DEALID1&amp;gt;
&lt;BR /&gt; &amp;lt;STEPID1&amp;gt;000&amp;lt;/STEPID1&amp;gt;
&lt;BR /&gt; &amp;lt;REGTIMESTAMP1&amp;gt;03-06-2010&amp;lt;/REGTIMESTAMP1&amp;gt;
&lt;BR /&gt; &amp;lt;/CONTENT&amp;gt;
&lt;BR /&gt;&amp;lt;/DEAL&amp;gt;
&lt;BR /&gt;&amp;lt;/root&amp;gt;
&lt;BR /&gt;Can you please guide me the components which can solve my problem.
&lt;BR /&gt;Please let me know if need more information.
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 12:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333346#M102133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333347#M102134</link>
      <description>Hi&lt;BR /&gt;You can create metadata "File XML" and follow the wizard by importing this XML file.&lt;BR /&gt;Then using tFileInputXml extracts all these nodes.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 20 Feb 2012 02:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333347#M102134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-20T02:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333348#M102135</link>
      <description>Hi Pedro,&lt;BR /&gt;Thanks for your reply.  My job design like the below&lt;BR /&gt;tFileInputXm--&amp;gt;tWriteXMLField--&amp;gt;tOracleoutput&lt;BR /&gt;To insert the xml i have used the tWriteXMLField but i am not able to retrieve other elements with this component.</description>
      <pubDate>Mon, 20 Feb 2012 04:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333348#M102135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-20T04:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333349#M102136</link>
      <description>Hi&lt;BR /&gt;Why don't you use tXMLMap?&lt;BR /&gt;tFileInputXML--&amp;gt;tXMLMap--&amp;gt;tOracleOutput&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 20 Feb 2012 04:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333349#M102136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-20T04:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333350#M102137</link>
      <description>I am getting the below error when I have tried using the tXMLMAP&lt;BR /&gt;Execution failed :Failed to generate code.&lt;BR /&gt; &lt;BR /&gt;Please help</description>
      <pubDate>Mon, 20 Feb 2012 15:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333350#M102137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-20T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Inserting the XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333351#M102138</link>
      <description>Hi 
&lt;BR /&gt;Uh...Failed to generate code again. 
&lt;BR /&gt;Recently there are many people who encounters this error. 
&lt;BR /&gt;I guess this may be due to tXMLMap. 
&lt;BR /&gt;Now delete the job and recreate it. 
&lt;BR /&gt;If the error occurs again, please report it at BugTracker. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 21 Feb 2012 01:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Inserting-the-XML/m-p/2333351#M102138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T01:50:53Z</dc:date>
    </item>
  </channel>
</rss>

