<?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 guess schema for mongoDB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343910#M111618</link>
    <description>&lt;P&gt;If guess schema is clicked for mongodb collection,the obtained schema has issue.If the collection has a record of array type in mongoDB, then while using guess schema it is obtaining as String type. Since it is getting as string type the unwinding of array is not possible and array data cannot be retrieved using tMongoDBInput if this schema is used. Is there alternative for this?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2016 13:23:34 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-02-22T13:23:34Z</dc:date>
    <item>
      <title>guess schema for mongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343910#M111618</link>
      <description>&lt;P&gt;If guess schema is clicked for mongodb collection,the obtained schema has issue.If the collection has a record of array type in mongoDB, then while using guess schema it is obtaining as String type. Since it is getting as string type the unwinding of array is not possible and array data cannot be retrieved using tMongoDBInput if this schema is used. Is there alternative for this?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343910#M111618</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-02-22T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: guess schema for mongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343911#M111619</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;BR /&gt; 
 &lt;BR /&gt; 
 &lt;BR /&gt;If guess schema is clicked for mongodb collection,the obtained schema has issue.If the collection has a record of array type in mongoDB, then while using guess schema it is obtaining as String type. Since it is getting as string type the unwinding of array is not possible and array data cannot be retrieved using tMongoDBInput if this schema is used 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;What does your mongo collection look like? Are you using Talend V6.1.1 ? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Feb 2016 06:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343911#M111619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: guess schema for mongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343912#M111620</link>
      <description>&lt;B&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;new_field3 in 1st pic is object type in mongodb where as using guess schema its data type is string in 2nd pic&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MH9L.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128951i844F1F4292F071F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MH9L.png" alt="0683p000009MH9L.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MH5y.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152776iB362DE88B6D01416/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MH5y.png" alt="0683p000009MH5y.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;and I am using 6.1.0 version of talend</description>
      <pubDate>Tue, 23 Feb 2016 09:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343912#M111620</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-02-23T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: guess schema for mongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343913#M111621</link>
      <description>&lt;BLOCKQUOTE&gt;
  xdshi wrote: 
 &lt;BR /&gt;Hi, 
 &lt;BR /&gt; 
 &lt;BLOCKQUOTE&gt; 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;BR /&gt;If guess schema is clicked for mongodb collection,the obtained schema has issue.If the collection has a record of array type in mongoDB, then while using guess schema it is obtaining as String type. Since it is getting as string type the unwinding of array is not possible and array data cannot be retrieved using tMongoDBInput if this schema is used 
 &lt;/BLOCKQUOTE&gt; 
 &lt;BR /&gt;What does your mongo collection look like? Are you using Talend V6.1.1 ? 
 &lt;BR /&gt;Best regards 
 &lt;BR /&gt;Sabrina 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;B&gt;new_field3 in 1st pic is object type in mongodb where as using guess schema its data type is string in 2nd pic &amp;nbsp;and i am using&amp;nbsp;&lt;/B&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&lt;B&gt;and I am using 6.1.0 version of talend.&lt;/B&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 25 Feb 2016 09:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/guess-schema-for-mongoDB/m-p/2343913#M111621</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-02-25T09:27:42Z</dc:date>
    </item>
  </channel>
</rss>

