<?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: Issue with JSON generated by TDynamoDBInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286908#M60530</link>
    <description>&lt;P&gt;Has anybody raised this as a bug? Bugs can be raised and searched for here&amp;nbsp;&lt;A href="https://jira.talendforge.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If this is caused by DynamoDB JSON, I am not sure R&amp;amp;D will accept this as a bug, more of a feature request. If you are getting data back in the format pointed out in the first post (unfortunately I cannot test this as I don't have access to a DynamoDB instance at the moment), this should be relatively easy to correct using some simple String manipulation. Perhaps&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069OKoAAM"&gt;@pclay&lt;/A&gt;&amp;nbsp;can share their method of doing?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the meantime, feel free to raise this feature request. However, if it hasn't been raised previously there will be no change in the 7.3.1 release. Raising an issue on the Community is not the same as raising an issue in Jira.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 12:59:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-14T12:59:31Z</dc:date>
    <item>
      <title>Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286903#M60525</link>
      <description>&lt;P&gt;Hi, thanks in advance for your support and responses&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using the TDynamoDBInput component to connect to a Dynamo DB table and dump the records.&lt;/P&gt;
&lt;P&gt;The JSON which gets dumped is of the below format (Please note this is indicative and not actual values)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{key1 = { key2=value2 , key3=value3}}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the issue faced by us is that this is not identified as a valid JSON by Redshift Spectrum or any JSON parsing tool&lt;/P&gt;
&lt;P&gt;since an ideal JSON would be&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{"key1" : { "key2":"value2" , "key3":"value3"}}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;( Note the double quotes / Colon which are required in a well structured JSON)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are we doing something incorrect. Can you please guide.&lt;/P&gt;
&lt;P&gt;As such the generated JSON by DynamoDB input cannot be used by any tool which parses JSON.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thnaks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286903#M60525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286904#M60526</link>
      <description>&lt;P&gt;I just fought with this same issue.&amp;nbsp; DynamoDB uses what it calls DynamoDB JSON, which is not formatted like a classic JSON string.&amp;nbsp; What I ended up doing was using the tReplace connector to reformat the JSON string into something usable and then used tExtractJSONFields to break down the JSON string into it's usable parts.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 17:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286904#M60526</guid>
      <dc:creator>pclay</dc:creator>
      <dc:date>2019-08-14T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286905#M60527</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;unfortunately I'm facing the same problem, tested with V7.3.1.M3.&lt;/P&gt; 
&lt;P&gt;This bug is still not fixed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;Can you please add it to your bugtracker and suggest it for implementing the correct quotings within the final V7.3.1 version?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 13:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286905#M60527</guid>
      <dc:creator>Xenoflex</dc:creator>
      <dc:date>2019-11-07T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286906#M60528</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp; &lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you have any updates, if it will be fixed for final V7.3.1, I hope so?&lt;/P&gt; 
&lt;P&gt;In V7.3.1M6 its still the old problem and would not be usable!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kind regards!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286906#M60528</guid>
      <dc:creator>Xenoflex</dc:creator>
      <dc:date>2020-02-12T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286907#M60529</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LMhbAAG"&gt;@Xenoflex&lt;/A&gt;, the milestone version is just for testing, please wait for the GA release 7.3.1 which will be available in the second half of this month. If the problem is not fixed yet, please open an issue with details on our bugtracker? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 13 Feb 2020 07:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286907#M60529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-13T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JSON generated by TDynamoDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286908#M60530</link>
      <description>&lt;P&gt;Has anybody raised this as a bug? Bugs can be raised and searched for here&amp;nbsp;&lt;A href="https://jira.talendforge.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If this is caused by DynamoDB JSON, I am not sure R&amp;amp;D will accept this as a bug, more of a feature request. If you are getting data back in the format pointed out in the first post (unfortunately I cannot test this as I don't have access to a DynamoDB instance at the moment), this should be relatively easy to correct using some simple String manipulation. Perhaps&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069OKoAAM"&gt;@pclay&lt;/A&gt;&amp;nbsp;can share their method of doing?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the meantime, feel free to raise this feature request. However, if it hasn't been raised previously there will be no change in the 7.3.1 release. Raising an issue on the Community is not the same as raising an issue in Jira.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 12:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-JSON-generated-by-TDynamoDBInput/m-p/2286908#M60530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T12:59:31Z</dc:date>
    </item>
  </channel>
</rss>

