<?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: Error when extracting fields from json file - unbound prefix in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346079#M113526</link>
    <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for your answer, it worked perfectly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;weeze&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 09:06:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-27T09:06:32Z</dc:date>
    <item>
      <title>Error when extracting fields from json file - unbound prefix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346077#M113524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm trying to extract the fields "name", "type", "value" and "showvalues" from the json code below:&lt;/P&gt; 
&lt;PRE&gt;"categories": [{
	"id": "ident1",
	"properties": {
		"SP:name": {
			"name": "Name",
			"type": "String",
			"value": "value1",
			"showvalues": "showvalue1"
		}
	}]&lt;/PRE&gt; 
&lt;P&gt;by using the component tExtractJSONFields. My basic component settings look as follows:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="basic_settings_picture.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvec.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146452i0D8459AFAD66B674/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvec.png" alt="0683p000009Lvec.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;When I run the job, I get the error message "Unbound prefix: SP". It works when deleting the "SP:" in the JSON file, but tha is not a permanent solution.&lt;/P&gt; 
&lt;P&gt;Any ideas how to solve this? Thanks in advance!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346077#M113524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error when extracting fields from json file - unbound prefix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346078#M113525</link>
      <description>Hi 
&lt;BR /&gt;Before tExtractJsonfield, you can remove "SP:" using java code on tjavaRow. eg: 
&lt;BR /&gt;...tJavaRow--main--tExtractJsonfield.... 
&lt;BR /&gt;on tjavaRow: 
&lt;BR /&gt;output_row.columnName=input_row.columnName.replaceAll("SP:",""); 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 Jul 2017 02:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346078#M113525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T02:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error when extracting fields from json file - unbound prefix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346079#M113526</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for your answer, it worked perfectly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;weeze&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-extracting-fields-from-json-file-unbound-prefix/m-p/2346079#M113526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T09:06:32Z</dc:date>
    </item>
  </channel>
</rss>

