<?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: unique values from the columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222862#M16296</link>
    <description>&lt;P&gt;I'm afraid I will need actual examples of the data. The more information you give about a problem, the better the chance of a response. If people have to search for examples of your data, they tend not to be so willing to respond.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Be sure not to supply anything sensitive. Replace any sensitive or private data with random data.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 14:04:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-02T14:04:07Z</dc:date>
    <item>
      <title>unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222859#M16293</link>
      <description>&lt;P&gt;I am new to talend software using since a week so please anyone can you help me.&lt;/P&gt;&lt;P&gt;how to get the unique values from the columns without using database and using version 6.4&lt;/P&gt;&lt;P&gt;it also includes getting the all columns data into one column and the data is unique i.e it doesn't repeat in any one of the column and then post that data&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222859#M16293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222860#M16294</link>
      <description>&lt;P&gt;Welcome to Talend! Can I ask you for a bit more information. Maybe an example of your input data and an example of how you want it output. That should give enough info to help you out.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 10:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222860#M16294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222861#M16295</link>
      <description>&lt;P&gt;my input data is the github repository&amp;nbsp; topics and the output should be the unique github&amp;nbsp; topics of all the repositories which should not be repeated&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 12:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222861#M16295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T12:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222862#M16296</link>
      <description>&lt;P&gt;I'm afraid I will need actual examples of the data. The more information you give about a problem, the better the chance of a response. If people have to search for examples of your data, they tend not to be so willing to respond.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Be sure not to supply anything sensitive. Replace any sensitive or private data with random data.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 14:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222862#M16296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222863#M16297</link>
      <description>&lt;P&gt;i am attaching the excel file for details,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but these details are obtained from the github using github apis to get the repo names and their topics&lt;/P&gt; 
&lt;P&gt;some of the topics are repeated and i need to get all the unique topics in a single column and they should not be repeated&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and also post those unique values into another website.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In excel file we see that i am having columns topics 0, topics 1, topics 2 and i need these three columns to be combined into one column&amp;nbsp; and it should be having only unique values&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note: i am doing it for 1000 to 10000 of records in the excel i have given only around 30 to 40 of records.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the flow is like&lt;/P&gt; 
&lt;P&gt;tloop---------&amp;gt; tjava--------------&amp;gt; trestclient----------------&amp;gt; textractJsonFields-----------------&amp;gt; tunite-----------&amp;gt; tmap----------&amp;gt; tlogRow&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in this flow tloop and tjava are used to loop for pagination of github to get greater than 100 of records .&lt;/P&gt; 
&lt;P&gt;trestClient is used with the get method to get all the repo names and their topics.&lt;/P&gt; 
&lt;P&gt;tExtractJsonFields helps to get only the required fields.&lt;/P&gt; 
&lt;P&gt;tunite helps to unite all the data which is more than 100 records and give output at a time&lt;/P&gt; 
&lt;P&gt;tmap for mapping of the data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;tlogrow to print output&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxbC"&gt;Capture.JPG&lt;/A&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222863#M16297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T04:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222864#M16298</link>
      <description>&lt;P&gt;Take a look at the last solution on this thread.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kjlDCAQ#M117977" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Searching-distincrt-elements-in-a-line/m-p/214617#M117977&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;First you need to combine the columns. You can do this with a tMap. Just link all of the columns together using simple Java String concatenation. Add a separator, maybe a semicolon. Something like this....&lt;/P&gt; 
&lt;PRE&gt;row1.column1 +";"+row1.column2+";"+row1.column3&lt;/PRE&gt; 
&lt;P&gt;You can then use the code in the thread I linked to above to remove duplicates.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 10:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222864#M16298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T10:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222865#M16299</link>
      <description>&lt;P&gt;Actually i need all the columns data in one column which means not concatenation&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is one after the other like example input is from link @captureJPG and the output should be like in the link @output1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then get the distinct values of that single column AllTags from output1 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and could you be still more specific of using the distinct code that you have provided in the previous link as i am new i dont know where to write or copy the code.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lxjo"&gt;output1.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxL1"&gt;Capture.JPG&lt;/A&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222865#M16299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222866#M16300</link>
      <description>&lt;P&gt;i dont know what you exactly want&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but i try to solve your question&lt;/P&gt; 
&lt;P&gt;try this&lt;/P&gt; 
&lt;DIV class="line number1 index0 alt2"&gt; 
 &lt;FONT color="#000000"&gt;# Import pandas package&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number2 index1 alt1"&gt; 
 &lt;FONT color="#000000"&gt;import pandas as pd &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number3 index2 alt2"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number4 index3 alt1"&gt; 
 &lt;FONT color="#000000"&gt;# create a dictionary with five fields each &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number5 index4 alt2"&gt; 
 &lt;FONT color="#000000"&gt;data = { &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number6 index5 alt1"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'A':['A1', 'A2', 'A3', 'A4', 'A5'],&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number7 index6 alt2"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'B':['B1', 'B2', 'B3', 'B4', 'B4'],&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number8 index7 alt1"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'C':['C1', 'C2', 'C3', 'C3', 'C3'],&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number9 index8 alt2"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'D':['D1', 'D2', 'D2', 'D2', 'D2'],&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number10 index9 alt1"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'E':['E1', 'E1', 'E1', 'E1', 'E1'] } &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number11 index10 alt2"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number12 index11 alt1"&gt; 
 &lt;FONT color="#000000"&gt;# Convert the dictionary into DataFrame&amp;nbsp; &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number13 index12 alt2"&gt; 
 &lt;FONT color="#000000"&gt;df = pd.DataFrame(data) &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number14 index13 alt1"&gt; 
 &lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number15 index14 alt2"&gt; 
 &lt;FONT color="#000000"&gt;# Get the unique values of 'B' column &lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number16 index15 alt1"&gt; 
 &lt;FONT color="#000000"&gt;df.B.unique()&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV class="line number16 index15 alt1"&gt; 
 &lt;FONT color="#000000"&gt;&lt;A href="https://www.myschoolbucks.us/" target="_self" rel="nofollow noopener noreferrer"&gt;schoolbucks&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222866#M16300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222867#M16301</link>
      <description>&lt;P&gt;i&amp;nbsp; want to concatenate&amp;nbsp; my columns but in different way&amp;nbsp;where i want to get the all the columns data in a single column i.e one column data after the another&lt;/P&gt;
&lt;P&gt;like in the output1JPG image in that i have commented the start and end of each column data i.e, if column 1 has 10 values and column 2 has 20 values both combined together i wanted to get 30 values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And in previous message you have given the python code can i know how to implement it&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lxj6"&gt;output1.JPG&lt;/A&gt;</description>
      <pubDate>Tue, 03 Mar 2020 12:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222867#M16301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222868#M16302</link>
      <description>&lt;P&gt;This is why i asked for the data and for a good explanation of the problem. The data needs to be in a format that people can use. Screenshots are not good enough. If you had given your input data in a format I could use and your output data so that I could understand it, I could have helped you a while ago. However, I will need to think about your requirement to try and understand it, since you have given clues to what is not a normal requirement. I will try and look at this later as I have a lot I need to work on.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222868#M16302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: unique values from the columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222869#M16303</link>
      <description>&lt;P&gt;out.xls is my input file and i need the output as all the tags tag0, tag1, tag2, tag3, tag4 one after the other like in the output file that i have linked.&lt;/P&gt;&lt;P&gt;and finally from that output file i need to get unique values like in the Unique output file&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxRi"&gt;output.xlsx&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxgY"&gt;out.xls&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LxgZ"&gt;Unique_output.xlsx&lt;/A&gt;</description>
      <pubDate>Wed, 04 Mar 2020 09:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unique-values-from-the-columns/m-p/2222869#M16303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T09:33:06Z</dc:date>
    </item>
  </channel>
</rss>

