<?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] seperating json data into different columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323107#M92986</link>
    <description>as far as I know you have to code encode/decode by yourself.
&lt;BR /&gt;use org.apache.commons.codec.binary.Base64 library for that.
&lt;BR /&gt;regards</description>
    <pubDate>Thu, 09 Oct 2014 13:54:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-09T13:54:38Z</dc:date>
    <item>
      <title>[resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323097#M92976</link>
      <description>hi, i have been trying to seperate the received json file data into different columns, but i cannot do it, i have used 'twritejsonfield' but the columns are getting the name of the column also..i just want the values to get loaded..some one please help..&lt;BR /&gt;&lt;BR /&gt;This is what i have done so far..</description>
      <pubDate>Mon, 06 Oct 2014 12:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323097#M92976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323098#M92977</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Could you please elaborate your case with an example with input and expected output values? &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Have you tried to use component &lt;A href="https://help.talend.com/search/all?query=tExtractJSONFields&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tExtractJSONFields&lt;/A&gt;?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323098#M92977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T08:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323099#M92978</link>
      <description>hi,&lt;BR /&gt;i have used 'textractjson' to parse columns &amp;nbsp;for the first two columns id and meta its working fine but for 'payload' column i am getting a error as:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#ff3333"&gt;'Oct 08, 2014 11:05:59 AM net.sf.json.xml.XMLSerializer getType&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff3333"&gt;&lt;FONT size="2"&gt;INFO: Using default type string&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff3333"&gt;Error on line 1 of document &amp;nbsp;: An invalid XML character (Unicode: 0x8) was found in the element content of the document. Nested exception: An invalid XML character (Unicode: 0x8) was found in the element content of the document.'&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;can you please help me with the error. The job screenshot is attached along with the screenshot of the components detail.&lt;BR /&gt;&amp;nbsp;op data expected&lt;BR /&gt;&amp;nbsp;ip data</description>
      <pubDate>Wed, 08 Oct 2014 12:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323099#M92978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323100#M92979</link>
      <description>read the error and you got the answer :&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#ff3333"&gt;An invalid XML character (Unicode: 0x8) was found in the element content of the document&lt;/FONT&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;if you look for information about Unicode : 0x8, it's the backspace caracter that cause trouble&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 08 Oct 2014 12:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323100#M92979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323101#M92980</link>
      <description>i used tmap to trim the columns which were giving error but now a new error is coming up kindly see the screenshot.&lt;BR /&gt;i tried using tmap after textractjson also but then the previous error used to come.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kindly help..</description>
      <pubDate>Wed, 08 Oct 2014 14:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323101#M92980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323102#M92981</link>
      <description>you have to modified your source file (json) I guess. Trim your data after parsing json file is 'too late'.
&lt;BR /&gt;So add a 'cleansing job' to normalize it and be able to parse it with talend component. (try an hexa editor to find this caracter in source)
&lt;BR /&gt;hope it help
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 08 Oct 2014 14:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323102#M92981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323103#M92982</link>
      <description>i cant change my source(json) so is there any way i can do it with talend.&lt;BR /&gt;why the trim() function doesnt work in tmap to trim the data??</description>
      <pubDate>Wed, 08 Oct 2014 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323103#M92982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323104#M92983</link>
      <description>trim() is for extra caracters at tstart and end string. 
&lt;BR /&gt;perhaps try replace carater ascii 0x8 by empty carater (string) 
&lt;BR /&gt; 
&lt;PRE&gt;&lt;BR /&gt;String.replaceAll("\\x08","")&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;here's some more explanation : 
&lt;BR /&gt; 
&lt;A href="http://seattlesoftware.wordpress.com/2008/09/11/hexadecimal-value-0-is-an-invalid-character/" rel="nofollow noopener noreferrer"&gt;http://seattlesoftware.wordpress.com/2008/09/11/hexadecimal-value-0-is-an-invalid-character/&lt;/A&gt; 
&lt;BR /&gt;regareds 
&lt;BR /&gt;laurernt</description>
      <pubDate>Wed, 08 Oct 2014 15:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323104#M92983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323105#M92984</link>
      <description>i should be using this in tjava component right??&lt;BR /&gt;if yes where i should be placing it in my job...for reference screenshots are already attached in previous posts.&lt;BR /&gt;thanks for your help...</description>
      <pubDate>Wed, 08 Oct 2014 15:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323105#M92984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323106#M92985</link>
      <description>how can i decode b64 value in talend??&lt;BR /&gt;plz help..</description>
      <pubDate>Thu, 09 Oct 2014 13:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323106#M92985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323107#M92986</link>
      <description>as far as I know you have to code encode/decode by yourself.
&lt;BR /&gt;use org.apache.commons.codec.binary.Base64 library for that.
&lt;BR /&gt;regards</description>
      <pubDate>Thu, 09 Oct 2014 13:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323107#M92986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T13:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323108#M92987</link>
      <description>i tried using this but its not supported in talend..so i downloaded a jar file...am not sure in what path it should be copied so that it supports it.....or is there any other way...&lt;BR /&gt;kindly help...</description>
      <pubDate>Thu, 09 Oct 2014 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323108#M92987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323109#M92988</link>
      <description>use tLoadLibrary ... to load .jar:
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tLibraryLoad&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tLibraryLoad&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;then in a tJavaRow , use the encode/decode method with the string you want to manage as parameter.</description>
      <pubDate>Thu, 09 Oct 2014 15:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323109#M92988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323110#M92989</link>
      <description>have a look at thsi exchange component (not maintained&amp;nbsp; but it could work)&lt;BR /&gt;&lt;A href="http://www.talendforge.org/exchange/tos/extension_view.php?eid=142" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/tos/extension_view.php?eid=142&lt;/A&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323110#M92989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323111#M92990</link>
      <description>&amp;nbsp;it has been prompting me to download "ostermillerutils_1_07_00.jar" file, the download option is not working....when i tried to download it externally and load it its not taking and the error is coming to download the file....how to sort out please help
&lt;BR /&gt;.....</description>
      <pubDate>Fri, 10 Oct 2014 14:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323111#M92990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323112#M92991</link>
      <description>try using tReplace it works for me 
&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>Fri, 10 Oct 2014 14:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323112#M92991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T14:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323113#M92992</link>
      <description>i would like to truncate a oracle table at a interval of evry 7 days...and want that job to run automatically.....can someone help please!!!!</description>
      <pubDate>Tue, 14 Oct 2014 10:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323113#M92992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] seperating json data into different columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323114#M92993</link>
      <description>Hi sailesh1809, 
&lt;BR /&gt;Please open a new topic for your issue or edit the related forum to add your requirment in forum : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCt7lCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/delete-a-oracle-table-at-regular-interval-of-7-days/td-p/61871&lt;/A&gt;. 
&lt;BR /&gt;In that way, other community users have a chance to see your issue and give a hand to you. 
&lt;BR /&gt;The current topic is not related to your issue. 
&lt;BR /&gt;Many thanks. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Oct 2014 10:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-seperating-json-data-into-different-columns/m-p/2323114#M92993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T10:45:35Z</dc:date>
    </item>
  </channel>
</rss>

