<?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: Manipulate JSON input file to add additional string characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Manipulate-JSON-input-file-to-add-additional-string-characters/m-p/2314955#M85667</link>
    <description>Hi 
&lt;BR /&gt;Use tFileInputRaw to the whole file as a string, and then manipulate the string on a tJavaRow like this: 
&lt;BR /&gt;tFileInputRaw--main--tJavaRow--main--tFileOutputRaw 
&lt;BR /&gt;on tJavaRow: 
&lt;BR /&gt;output_row.content =""; 
&lt;BR /&gt;tFileOutputRaw, generated a new json file based on the updated file content.&amp;nbsp; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 01 Apr 2016 11:28:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-01T11:28:45Z</dc:date>
    <item>
      <title>Manipulate JSON input file to add additional string characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manipulate-JSON-input-file-to-add-additional-string-characters/m-p/2314954#M85666</link>
      <description>I've got an input JSON file formatted as below:
&lt;BR /&gt;
&lt;PRE&gt;{"column1":"abc","column2":"def"}&lt;BR /&gt;{"column1":"cba","column2":"fed"}&lt;BR /&gt;{"column1":"123","column2":"456"}&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;I need to modify it as below:
&lt;BR /&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;BR /&gt;1.add '' as last string of the last row only</description>
      <pubDate>Fri, 01 Apr 2016 08:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manipulate-JSON-input-file-to-add-additional-string-characters/m-p/2314954#M85666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate JSON input file to add additional string characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manipulate-JSON-input-file-to-add-additional-string-characters/m-p/2314955#M85667</link>
      <description>Hi 
&lt;BR /&gt;Use tFileInputRaw to the whole file as a string, and then manipulate the string on a tJavaRow like this: 
&lt;BR /&gt;tFileInputRaw--main--tJavaRow--main--tFileOutputRaw 
&lt;BR /&gt;on tJavaRow: 
&lt;BR /&gt;output_row.content =""; 
&lt;BR /&gt;tFileOutputRaw, generated a new json file based on the updated file content.&amp;nbsp; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 01 Apr 2016 11:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manipulate-JSON-input-file-to-add-additional-string-characters/m-p/2314955#M85667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T11:28:45Z</dc:date>
    </item>
  </channel>
</rss>

