<?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: Web link data extraction and JSON to XML conversion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196066#M388</link>
    <description>Hi all,
&lt;BR /&gt;seems that you'got some 'bad hyphen' (unwanted) at the end of your xml.
&lt;BR /&gt;you can check your xml against DTD or XSD thanks txsd validator
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
    <pubDate>Wed, 21 Oct 2015 09:14:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-21T09:14:41Z</dc:date>
    <item>
      <title>Web link data extraction and JSON to XML conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196063#M385</link>
      <description>Hi&lt;BR /&gt;I'm trying to fetch data from software link.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here's is my job&lt;BR /&gt;&lt;BR /&gt;tLibraryLoad---&amp;gt;tRest---&amp;gt;tJavaRow---&amp;gt;tFileoutputDelimited---&amp;gt;tfileoutputxml---&amp;gt;tlogrow&lt;BR /&gt;In tJavarow am using this&lt;BR /&gt;&lt;BR /&gt;org.json.JSONObject jsonFileObject = new org.json.JSONObject(input_row.Body);&lt;BR /&gt;output_row.Body = "&amp;lt;?xml version=\"1.0\" encoding=\"ISO-8859-15\"?&amp;gt;\n&amp;lt;root&amp;gt;" + org.json.XML.toString(jsonFileObject ).replaceAll("48x48&amp;gt;", "tag48x48&amp;gt;").replaceAll("16x16&amp;gt;", "tag16x16&amp;gt;").replaceAll("32x32&amp;gt;", "tag32x32&amp;gt;").replaceAll("24x24&amp;gt;", "tag24x24&amp;gt;") + "&amp;lt;/root&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;In tFileoutputDelimited am getting xml file.&lt;BR /&gt;&lt;BR /&gt;After running a job am getting error like this&lt;BR /&gt;&lt;BR /&gt;Starting job weblink12 at 18:52 19/10/2015.&lt;BR /&gt; connecting to socket on port 3412&lt;BR /&gt; connected&lt;BR /&gt;Error on line 2 of document &amp;nbsp;: Content is not allowed in trailing section. Nested exception: Content is not allowed in trailing section.&lt;BR /&gt; disconnected&lt;BR /&gt;Job weblink12 ended at 18:52 19/10/2015. &lt;BR /&gt;Please help</description>
      <pubDate>Mon, 19 Oct 2015 14:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196063#M385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Web link data extraction and JSON to XML conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196064#M386</link>
      <description>For debugging, add a tLogRow after tJavaRow to print the body on the console to see what does the data looks like?</description>
      <pubDate>Tue, 20 Oct 2015 11:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196064#M386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Web link data extraction and JSON to XML conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196065#M387</link>
      <description>Hi Shong 
&lt;BR /&gt;I'm receiving xml file at tFileoutputDelimited . But there is slightly error in xml file but after fixing that aI'm getting my getting data. 
&lt;BR /&gt;Is there any way to use validate xml file after receiving at tfileoutput delimited and then use that file with ifileinputxml? 
&lt;BR /&gt;Any way ?</description>
      <pubDate>Wed, 21 Oct 2015 08:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196065#M387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T08:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web link data extraction and JSON to XML conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196066#M388</link>
      <description>Hi all,
&lt;BR /&gt;seems that you'got some 'bad hyphen' (unwanted) at the end of your xml.
&lt;BR /&gt;you can check your xml against DTD or XSD thanks txsd validator
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 21 Oct 2015 09:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-link-data-extraction-and-JSON-to-XML-conversion/m-p/2196066#M388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T09:14:41Z</dc:date>
    </item>
  </channel>
</rss>

