<?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 am getting exponential in json ouput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198509#M1809</link>
    <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When am writing to the json from csv&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the data in the csv is data : 39400100000000, but when the data is populated in the json am getting this way "data": "3.94001E+13"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to rectify the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my data type is string&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in the output it is expected in below way&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"data": "39400100000000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 14:55:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-11T14:55:20Z</dc:date>
    <item>
      <title>am getting exponential in json ouput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198509#M1809</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When am writing to the json from csv&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the data in the csv is data : 39400100000000, but when the data is populated in the json am getting this way "data": "3.94001E+13"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to rectify the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my data type is string&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in the output it is expected in below way&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"data": "39400100000000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 14:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198509#M1809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: am getting exponential in json ouput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198510#M1810</link>
      <description>&lt;P&gt;Change input datatype to String or use the appropriate conversion Double to String using a tJavaRow:&lt;/P&gt;&lt;PRE&gt;DecimalFormat df1 = new DecimalFormat("#");
output_row.data = input_row.data != null ? df1.format(input_row.data):null;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198510#M1810</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-11T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: am getting exponential in json ouput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198511#M1811</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;thanks it worked&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/am-getting-exponential-in-json-ouput/m-p/2198511#M1811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T16:19:17Z</dc:date>
    </item>
  </channel>
</rss>

