<?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: Taxonomy in Talend in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337432#M1633</link>
    <description>Hi, 
&lt;BR /&gt;1) yes, recursive relationships are allowed (and work). Can you elaborate a bit on the error you get? 
&lt;BR /&gt;2) I think it is possible. If you meet an issue, please file a bug on jira.talendforge.org. 
&lt;BR /&gt;3) What you want to achieve sounds like inheritance to me: you have a "Goods" entity and specializations of this entity. But this doesn't work if a "Goods" instance can change its Classifier over time.</description>
    <pubDate>Mon, 26 Aug 2013 14:45:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-26T14:45:21Z</dc:date>
    <item>
      <title>Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337431#M1632</link>
      <description>Hi 
&lt;BR /&gt;I'm new in Talend. May be someone can help me to solve the following issues: 
&lt;BR /&gt;I have hierarchical dictionary "Classifier" and simple dictionary "Goods". 
&lt;BR /&gt;Entity - Classifier 
&lt;BR /&gt;Attributes - CategoryId 
&lt;BR /&gt; Name 
&lt;BR /&gt; ParentCategoryId 
&lt;BR /&gt;For example: 
&lt;BR /&gt; CategoryId Name ParentCategoryId 
&lt;BR /&gt; 1 Milk - 
&lt;BR /&gt; 1.1 Soft milk 1 
&lt;BR /&gt; 1.1.1 Child soft milk 1.1 
&lt;BR /&gt; 2 Meat - 
&lt;BR /&gt; 2.1 Pork 2 
&lt;BR /&gt;Entity - Goods 
&lt;BR /&gt;Attributes - ID 
&lt;BR /&gt; Name 
&lt;BR /&gt; ClassifierCategory (FK to Classifier.CategoryId) 
&lt;BR /&gt; Additional 
&lt;BR /&gt;So I need: 
&lt;BR /&gt;1. I need to make hierarchy for entity 'Classifier', but i can't deploy data model with relationship within one entity. Is it possible? 
&lt;BR /&gt;2. I want users to add a new category (child and sibling) to the Classifier dictionary in hierarchy explorer. Is it possible? Now i can add only sibling one and have one-tier hierarchy. 
&lt;BR /&gt;3. I organaize hierarchy: child-parent, pivots - goods and classifier. So can i add a spicific attributes for each classifier category for goods' records? For example, if i add goods into "child soft milk" category, the goods' records are added automatically with special attributes such as 'possible age', 'fatness' and so on. 
&lt;BR /&gt;Another example, i have regions (or states) classifier, so i want to have a special set of attributes for each region. Also i want to have a spesific value in attribute 'Additional' (vide supra) for each region automatically. 
&lt;BR /&gt;Please, help me with that quastions. ?ow can I make such structure? 
&lt;BR /&gt;I use Talend Platform for MDM v5.3.1_104014. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Ragards</description>
      <pubDate>Wed, 21 Aug 2013 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337431#M1632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-21T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337432#M1633</link>
      <description>Hi, 
&lt;BR /&gt;1) yes, recursive relationships are allowed (and work). Can you elaborate a bit on the error you get? 
&lt;BR /&gt;2) I think it is possible. If you meet an issue, please file a bug on jira.talendforge.org. 
&lt;BR /&gt;3) What you want to achieve sounds like inheritance to me: you have a "Goods" entity and specializations of this entity. But this doesn't work if a "Goods" instance can change its Classifier over time.</description>
      <pubDate>Mon, 26 Aug 2013 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337432#M1633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337433#M1634</link>
      <description>Hello 
&lt;BR /&gt;Thank you for your answer. 
&lt;BR /&gt;1. Yes, you are right. At the result I could deploy data model with recursive relationships. So if I choose as a FK path PK, the error will occur. If i choose as a FK path Entity, everythig will be ok. 
&lt;BR /&gt;2. Yes, you are right i could do after creating recursive relationships. 
&lt;BR /&gt;But I have another problem. I can't add value like '1.1' as a PK and create hierarchy like i want. I asked about it in forum: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsSKCA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Data-and-Metadata-Governance/PK-problems/td-p/57314&lt;/A&gt; 
&lt;BR /&gt;Can you recommend anything for me? 
&lt;BR /&gt;3. So I want to create hierarchical dictionary, there the set of attributes for records depends on the category the record have. Is it possible? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 28 Aug 2013 11:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337433#M1634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-28T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337434#M1635</link>
      <description>Hello&lt;BR /&gt;Thank you for your help. I wrote to Talend Professional Support and they helped me to solve my problem with 'dot' in PK.&lt;BR /&gt;Thanks,&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 28 Aug 2013 15:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337434#M1635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-28T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337435#M1636</link>
      <description>Hello 
&lt;BR /&gt;But may be anyone can help me with that issue: 
&lt;BR /&gt;I want organize something like this - see screenshot: The hierarchical dictionary where childs has its own set of properties with its values. 
&lt;BR /&gt;Is it possible in Talend MDM? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Elena 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAt9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155508i11DC3000CA74B679/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAt9.png" alt="0683p000009MAt9.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 05 Sep 2013 10:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337435#M1636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-05T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Taxonomy in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337436#M1637</link>
      <description>Hi Lesanka,&lt;BR /&gt;I have a similar requirement..Can you please let me know how did you establish the recursive relationship in a single entity.?Or if you had followed any documentation ,please share that as well.&lt;BR /&gt;Thanks ,&lt;BR /&gt;Shrihari.</description>
      <pubDate>Tue, 23 Aug 2016 13:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Taxonomy-in-Talend/m-p/2337436#M1637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T13:45:54Z</dc:date>
    </item>
  </channel>
</rss>

