<?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 Data Tokenization via replication in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882825#M1655</link>
    <description>&lt;P&gt;Hi&amp;nbsp;We have a requirement, to tokenize a specific column when the data is replicated from a source to target (In flight)&lt;/P&gt;
&lt;P&gt;I have seen you can add "External API" custom code that you then can add the API call to Tokenize the data.&lt;/P&gt;
&lt;P&gt;We will need to connect / get tokenized by a system called Voltage, but have no idea where to even start.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 13:25:39 GMT</pubDate>
    <dc:creator>JCJnr</dc:creator>
    <dc:date>2022-01-19T13:25:39Z</dc:date>
    <item>
      <title>Data Tokenization via replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882825#M1655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;We have a requirement, to tokenize a specific column when the data is replicated from a source to target (In flight)&lt;/P&gt;
&lt;P&gt;I have seen you can add "External API" custom code that you then can add the API call to Tokenize the data.&lt;/P&gt;
&lt;P&gt;We will need to connect / get tokenized by a system called Voltage, but have no idea where to even start.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882825#M1655</guid>
      <dc:creator>JCJnr</dc:creator>
      <dc:date>2022-01-19T13:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Tokenization via replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882832#M1656</link>
      <description>&lt;P&gt;Sorry, I should have added that this is for "&lt;EM&gt;&lt;STRONG&gt;Payment Card Industry Data Security Standard&lt;/STRONG&gt;&lt;/EM&gt;" or PCI DSS standard&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882832#M1656</guid>
      <dc:creator>JCJnr</dc:creator>
      <dc:date>2022-01-19T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Tokenization via replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882909#M1660</link>
      <description>&lt;P&gt;You probably should start with reaching out to Qlik&amp;nbsp; Professional services. As this will not be a simple undertaking. I know from experience that Qlik-PS has looked at HP-Voltage integration options before. I've seen whitepapers but do not know what the outcome was.&lt;/P&gt;
&lt;P&gt;Replicate does have an option for user provided function to ba called to process columns. This is a relatively complicated undertaking, not for the feeble. Again Qlik-PS is probably the best starting point. To familiarize yourself with the options a little bit, please check out the Qlik Replicate userguide about TRANSFORMATIONS and have a look in a Replicate installation sub-directory for an example API usage:&amp;nbsp;&lt;STRONG&gt;\Attunity\Replicate\addons&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;hth,&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 15:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1882909#M1660</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-01-19T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Tokenization via replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1883132#M1675</link>
      <description>&lt;P&gt;Thanks Hein,&lt;/P&gt;
&lt;P&gt;Yes I have looked at the Addons from the documentation, Maybe it is just me, but it is a bit unclear as to the exact way of doing things.. I most definitely will reach out to PS to get more info on the workings..&lt;/P&gt;
&lt;P&gt;Do you have a link to the white papers perhaps.&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Johann&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1883132#M1675</guid>
      <dc:creator>JCJnr</dc:creator>
      <dc:date>2022-01-20T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Tokenization via replication</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1883491#M1680</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Do you have a link to the white papers perhaps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I gave (Attunity at the time) internal presentations about this method but cannot find any recording or slidedeck at this point anymore. Simple functions are almost 'fun' I attached some C code with one original Replicate provided example, a hash function and a two string argument inspection examples.&lt;/P&gt;
&lt;P&gt;The 'readme' in the addons directory while admittedly&amp;nbsp; very minimal,&amp;nbsp; along with the addons_def.json sample are enough to get a brave developer going making an example.&lt;/P&gt;
&lt;P&gt;Integration with Voltage is probably several levels of complexity above that.&lt;/P&gt;
&lt;P&gt;btw... the forum refused to add a C source copied to .TXT. I had to add some text before the code to pass the filters. Jeez.&lt;/P&gt;
&lt;P&gt;fwiw,&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 17:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Data-Tokenization-via-replication/m-p/1883491#M1680</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-01-20T17:00:20Z</dc:date>
    </item>
  </channel>
</rss>

