<?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: [resolved] Problem loading MDM with tMDMOutput from CSV transform to XML in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Problem-loading-MDM-with-tMDMOutput-from-CSV-transform/m-p/2328377#M690</link>
    <description>Very active forum.. I resolve the issue by myself. Happy Holiday</description>
    <pubDate>Tue, 22 Dec 2015 09:26:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-22T09:26:03Z</dc:date>
    <item>
      <title>[resolved] Problem loading MDM with tMDMOutput from CSV transform to XML</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Problem-loading-MDM-with-tMDMOutput-from-CSV-transform/m-p/2328376#M689</link>
      <description>Hi everyone, 
&lt;BR /&gt;I'm posting here because i'm starting to loose my hair on this one. 
&lt;BR /&gt;My objective is simply to get a file (CSV format) and to load it on my local MDM server. 
&lt;BR /&gt;There is my Flow which had a better look when i started my job last week : 
&lt;BR /&gt; 
&lt;BR /&gt;What is working : 
&lt;BR /&gt;1. tMDMConnection 
&lt;BR /&gt;2. tFileInputDelimited 
&lt;BR /&gt;Then i'm not successing to put my soap request succesfully with my 3 little records using tMDMOutput. 
&lt;BR /&gt;My CSV file : 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;id, societeFact, ciPublic&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;"id1", "Triadis Services", 3&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;"id2", "test", 2&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;"id3", "testrr", 42345&lt;/FONT&gt; 
&lt;BR /&gt;My XML output : 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;id&amp;gt;"id1"&amp;lt;/id&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;societeFact&amp;gt;"Triadis Services"&amp;lt;/societeFact&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;ciPublic&amp;gt;3&amp;lt;/ciPublic&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;/Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;id&amp;gt;"id2"&amp;lt;/id&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;societeFact&amp;gt;"test"&amp;lt;/societeFact&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;ciPublic&amp;gt;2&amp;lt;/ciPublic&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;/Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;id&amp;gt;"id3"&amp;lt;/id&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;societeFact&amp;gt;"testrr"&amp;lt;/societeFact&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;nbsp; &amp;lt;ciPublic&amp;gt;42345&amp;lt;/ciPublic&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#339966"&gt;&amp;lt;/Commande&amp;gt;&lt;/FONT&gt; 
&lt;BR /&gt;There is the start of my error message : 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Exception in component tMDMOutput_1&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;AxisFault&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp;faultCode: {}Server&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp;faultSubcode:&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp;faultString: Unable to parse document to save.; nested exception is:&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;java.lang.RuntimeException: java.lang.RuntimeException: Unable to parse document to save.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp;faultActor:&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp;faultNode:&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt;If someone could provide any help/tips to solve my issue, it would be great! 
&lt;BR /&gt;If you need me to give you anything else to troubleshoot, it would be my pleasure 
&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>Mon, 21 Dec 2015 14:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Problem-loading-MDM-with-tMDMOutput-from-CSV-transform/m-p/2328376#M689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem loading MDM with tMDMOutput from CSV transform to XML</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Problem-loading-MDM-with-tMDMOutput-from-CSV-transform/m-p/2328377#M690</link>
      <description>Very active forum.. I resolve the issue by myself. Happy Holiday</description>
      <pubDate>Tue, 22 Dec 2015 09:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Problem-loading-MDM-with-tMDMOutput-from-CSV-transform/m-p/2328377#M690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T09:26:03Z</dc:date>
    </item>
  </channel>
</rss>

