<?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: How to Join data masked in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276932#M3218</link>
    <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This cannot work. The replacement done by these functions are purely random.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I said in my previous answer:&lt;/P&gt;
&lt;P&gt;first, store all your &lt;STRONG&gt;unique&lt;/STRONG&gt; keys in a file (ideally, add more keys to this file but avoid duplicates).&lt;BR /&gt;then use the "&lt;I&gt;Replace by consistent items from input list (or file)" &lt;/I&gt;function to read from this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the attached example.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrWQ"&gt;datamasking_referential_integrity611.zip&lt;/A&gt;</description>
    <pubDate>Wed, 28 Jun 2017 18:13:37 GMT</pubDate>
    <dc:creator>Sebastiao_Qlik</dc:creator>
    <dc:date>2017-06-28T18:13:37Z</dc:date>
    <item>
      <title>How to Join data masked</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276928#M3214</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to mask sensitive data in my DB with Talend, some data to be masked are key fields, so I need to use them to join, i used tDataMasking, but applying the same function to the same key in two different tables, the output is different. How can I fix it? &lt;/SPAN&gt;&lt;SPAN&gt;Is there a particular function that I have to choose in tDataMasking for this use (doing join with masked data)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 12:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276928#M3214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join data masked</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276929#M3215</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt; 
&lt;P&gt;That's a very good question. At the beginning, most of the tDataMasking functions were purely random (i.e. we did not care about what is in the input). We added in 6.3 some functions for SSN (called "Generate unique xxx SSN number" where xxx can be Chinese, French, German, Indian, Japanese, UK, US) that are able to do exactly what you want, if you have a SSN as an input. We may do it for other types (like credit cards). In what functions are you interested in ?&lt;/P&gt; 
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 07:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276929#M3215</guid>
      <dc:creator>dprot</dc:creator>
      <dc:date>2017-06-26T07:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join data masked</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276930#M3216</link>
      <description>&lt;P&gt;If you don't use SSN, there is still an approximate way to do it:&lt;BR /&gt;&lt;BR /&gt;first, store all your &lt;STRONG&gt;unique&lt;/STRONG&gt; Ids in a file&lt;BR /&gt;then use the "&lt;I&gt;Replace by consistent items from input list (or file)" &lt;/I&gt;function to read from this file.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276930#M3216</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2017-06-26T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join data masked</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276931#M3217</link>
      <description>&lt;P&gt;Thank you for your answer,&lt;/P&gt;
&lt;P&gt;I want to do the join between the keys of a table, this keys could be a&lt;SPAN&gt;&amp;nbsp;string of integers or letters or both&lt;/SPAN&gt;. So&amp;nbsp;&lt;SPAN&gt;I tried to mask these keys with a&amp;nbsp;"replace all" "replace all digits" "replace all letters" and other functions but the join isn't done correctly because&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if I apply the same function to the same key in two different tables is masked differently.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 10:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276931#M3217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join data masked</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276932#M3218</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This cannot work. The replacement done by these functions are purely random.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I said in my previous answer:&lt;/P&gt;
&lt;P&gt;first, store all your &lt;STRONG&gt;unique&lt;/STRONG&gt; keys in a file (ideally, add more keys to this file but avoid duplicates).&lt;BR /&gt;then use the "&lt;I&gt;Replace by consistent items from input list (or file)" &lt;/I&gt;function to read from this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the attached example.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrWQ"&gt;datamasking_referential_integrity611.zip&lt;/A&gt;</description>
      <pubDate>Wed, 28 Jun 2017 18:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-Join-data-masked/m-p/2276932#M3218</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2017-06-28T18:13:37Z</dc:date>
    </item>
  </channel>
</rss>

