Skip to content

MOCK ANONYMISE

Description

The MOCK ANONYMISE cleanser anonymizes data before it enters the sourcing pipeline phase. This means that sensitive data will be obscured to users who are viewing it within the Apiro UI or logs. This is crucial for maintaining privacy and security of sensitive information.


Config Location

To configure the MOCK ANONYMISE cleanser, you need to define it within the config section of the data feed. This involves specifying the cleanser name and entity.


Supported Data Types

  • String
  • Json
  • Boolean
  • BLOB
  • Double
  • Decimal
  • Integer

Config Requirements

The MOCK ANONYMISE cleanser accepts 2 config options: - anonCategory: default value is "category" - extra: default value is "anon"

These options allow for customization of the anonymization process to suit specific needs.


Example Config

Below is an example of how to configure the MOCK ANONYMISE cleanser in XML format. This example demonstrates a cleanser that anonymizes the "breed" data point by applying the default anonymization settings.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<dataFeed definition="EXPR_HTML_FEED" name="CATBREEDS_HTML">
            <execPriority>10</execPriority>
            <enabled>true</enabled>
            <push>false</push>
            <pull>true</pull>
            <schema>CATBREEDS</schema>
            <config><![CDATA[
{
  "dataSource": {
    "entity": "REST",
    "config": {
      "url": "https://en.wikipedia.org/wiki/List_of_cat_breeds",
      "method": "GET"
    }
  },
  "listPath" : "table.wikitable tbody tr",
                    "explicitMappings": [
                    {
                            "dictionary": "breed",
                            "value": "#{PAYLOAD.resolve('th a')}",
                            "cleansers" : [
                                {
                                     "anonCategory":"category",
                                     "extra":"anon"
                                }
                            ]
                        },
                        {
                            "dictionary": "type",
                            "value": "#{PAYLOAD.resolve('td:eq(2)')}"
                        },
                        {
                            "dictionary": "body",
                            "value": "#{PAYLOAD.resolve('td:eq(3)')}"
                        },
                        {
                            "dictionary": "coat",
                            "value": "#{PAYLOAD.resolve('td:eq(4)')}"
                        },
                        {
                            "dictionary": "pattern",
                            "value": "#{PAYLOAD.resolve('td:eq(5)')}"
                        },
                        {
                            "dictionary": "image",
                            "value": "#{PAYLOAD.resolve('td:eq(6) > span > a > img')}"
                        }
                    ]
                }
]]>
            </config>
        </dataFeed>

the above feed reads the data in url provided by the "url" field. In this case the url leads to "https://en.wikipedia.org/wiki/List_of_cat_breeds". The feed subsequently maps the css selector "th a" to a data point called "breeds".

Here is the html table that this feed is sourcing from:

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<table class="wikitable sortable jquery-tablesorter">
<thead><tr>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Breed
</th>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Location of origin
</th>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Type
</th>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Body type
</th>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending"><b>Coat type and length</b>
</th>
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Coat pattern
</th>
<th class="unsortable">Image
</th></tr></thead><tbody>
<tr>
<th scope="row"><a href="/wiki/Abyssinian_cat" title="Abyssinian cat">Abyssinian</a><sup id="cite_ref-8" class="reference"><a href="#cite_note-8">[8]</a></sup>
</th>
<td>Unspecified, but somewhere in Afro-Asia, likely <a href="/wiki/Ethiopia" title="Ethiopia">Ethiopia</a><sup id="cite_ref-Abyssinian_Profile_9-0" class="reference"><a href="#cite_note-Abyssinian_Profile-9">[9]</a></sup></td>
<td>Natural</td>
<td>Semi-foreign
</td>
<td>Short</td>
<td>Ticked tabby</td>
<td><span typeof="mw:File"><a href="/wiki/File:Gustav_chocolate.jpg" class="mw-file-description"><img alt="Abyssinian" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Gustav_chocolate.jpg/100px-Gustav_chocolate.jpg" decoding="async" width="100" height="143" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Gustav_chocolate.jpg/151px-Gustav_chocolate.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Gustav_chocolate.jpg/200px-Gustav_chocolate.jpg 2x" data-file-width="1000" data-file-height="1427"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Aegean_cat" title="Aegean cat">Aegean</a>
</th>
<td>Greece</td>
<td>Natural</td>
<td>Moderate
</td>
<td>Semi-long</td>
<td>Multi-color</td>
<td><span typeof="mw:File"><a href="/wiki/File:Aegean_cat.jpg" class="mw-file-description"><img alt="Aegean" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/100px-Aegean_cat.jpg" decoding="async" width="100" height="154" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/150px-Aegean_cat.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/200px-Aegean_cat.jpg 2x" data-file-width="772" data-file-height="1186"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/American_Bobtail" title="American Bobtail">American Bobtail</a><sup id="cite_ref-10" class="reference"><a href="#cite_note-10">[10]</a></sup>
</th>
<td>United States<sup id="cite_ref-Paragon_11-0" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Mutation of shortened tail</td>
<td>Cobby
</td>
<td>Semi-long</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:American_bobtail_2.jpg" class="mw-file-description"><img alt="American Bobtail" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/100px-American_bobtail_2.jpg" decoding="async" width="100" height="125" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/150px-American_bobtail_2.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/200px-American_bobtail_2.jpg 2x" data-file-width="988" data-file-height="1237"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/American_Curl" title="American Curl">American Curl</a><sup id="cite_ref-12" class="reference"><a href="#cite_note-12">[12]</a></sup>
</th>
<td>United States<sup id="cite_ref-Paragon_11-1" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Mutation</td>
<td>Semi-foreign
</td>
<td>Semi-long</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG" class="mw-file-description"><img alt="American Curl" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a5/EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG/100px-EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG" decoding="async" width="100" height="135" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a5/EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG/150px-EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a5/EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG/199px-EC_Recknagel_Annakurnikoova_ACS_gs_24.JPG 2x" data-file-width="613" data-file-height="830"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/w/index.php?title=American_Ringtail&amp;action=edit&amp;redlink=1" class="new" title="American Ringtail (page does not exist)">American Ringtail</a>
</th>
<td>United States<sup id="cite_ref-Paragon_11-2" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Mutation</td>
<td>Foreign
</td>
<td>Semi-long</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg" class="mw-file-description"><img alt="American Ringtail" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/100px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg" decoding="async" width="100" height="75" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/150px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/200px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg 2x" data-file-width="2048" data-file-height="1536"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/American_Shorthair" title="American Shorthair">American Shorthair</a>
</th>
<td>United States<sup id="cite_ref-Paragon_11-3" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Natural</td>
<td>Cobby
</td>
<td>Short</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:GC_Yatfung%27s_Brown_Cobra.jpg" class="mw-file-description"><img alt="American Shorthair" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/GC_Yatfung%27s_Brown_Cobra.jpg/100px-GC_Yatfung%27s_Brown_Cobra.jpg" decoding="async" width="100" height="103" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/GC_Yatfung%27s_Brown_Cobra.jpg/150px-GC_Yatfung%27s_Brown_Cobra.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/ed/GC_Yatfung%27s_Brown_Cobra.jpg/200px-GC_Yatfung%27s_Brown_Cobra.jpg 2x" data-file-width="1077" data-file-height="1112"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/American_Wirehair" title="American Wirehair">American Wirehair</a>
</th>
<td>United States<sup id="cite_ref-Paragon_11-4" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Mutation</td>
<td>Normal
</td>
<td>Rex</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG" class="mw-file-description"><img alt="American Wirehair" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/100px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG" decoding="async" width="100" height="100" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/150px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/200px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG 2x" data-file-width="802" data-file-height="798"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Cyprus_cat#Aphrodite_Giant" title="Cyprus cat">Aphrodite Giant</a>
</th>
<td>Cyprus</td>
<td>Natural</td>
<td>Lean and muscular</td>
<td>All</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:Aphrodite%27s_Giant.jpg" class="mw-file-description"><img alt="Aphrodite Giant" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Aphrodite%27s_Giant.jpg/100px-Aphrodite%27s_Giant.jpg" decoding="async" width="100" height="75" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Aphrodite%27s_Giant.jpg/150px-Aphrodite%27s_Giant.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Aphrodite%27s_Giant.jpg/200px-Aphrodite%27s_Giant.jpg 2x" data-file-width="4608" data-file-height="3456"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Arabian_Mau" title="Arabian Mau">Arabian Mau</a>
</th>
<td>Arabian Peninsula</td>
<td>Natural</td>
<td>Moderate and muscular
</td>
<td>Short</td>
<td>All
</td>
<td><span typeof="mw:File"><a href="/wiki/File:Arabian_Mau_Kitten_(cropped).jpg" class="mw-file-description"><img alt="Arabian Mau" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Arabian_Mau_Kitten_%28cropped%29.jpg/100px-Arabian_Mau_Kitten_%28cropped%29.jpg" decoding="async" width="100" height="150" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Arabian_Mau_Kitten_%28cropped%29.jpg/150px-Arabian_Mau_Kitten_%28cropped%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Arabian_Mau_Kitten_%28cropped%29.jpg/200px-Arabian_Mau_Kitten_%28cropped%29.jpg 2x" data-file-width="2278" data-file-height="3418"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Asian_cat" title="Asian cat">Asian</a>
</th>
<td>United Kingdom</td>
<td>Crossbreed between the <a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a> and <a href="/wiki/Persian_cat" title="Persian cat">Chinchilla Persians</a>
</td>
<td>Moderate
</td>
<td>Short</td>
<td>All without white and without siamese pointing</td>
<td><span typeof="mw:File"><a href="/wiki/File:BrownVarientAsianCat.JPG" class="mw-file-description"><img alt="Asian" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/BrownVarientAsianCat.JPG/100px-BrownVarientAsianCat.JPG" decoding="async" width="100" height="133" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/BrownVarientAsianCat.JPG/150px-BrownVarientAsianCat.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a1/BrownVarientAsianCat.JPG/199px-BrownVarientAsianCat.JPG 2x" data-file-width="480" data-file-height="640"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Asian_Semi-longhair" class="mw-redirect" title="Asian Semi-longhair">Asian Semi-longhair</a>
</th>
<td>United Kingdom</td>
<td>Crossbreed between the <a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a> and <a href="/wiki/Persian_cats" class="mw-redirect" title="Persian cats">Chinchilla Persians</a></td>
<td>Moderate
</td>
<td>Semi-long</td>
<td>All without white and without siamese pointing</td>
<td><span typeof="mw:File"><a href="/wiki/File:Tiffanie_at_cat_show.jpg" class="mw-file-description"><img alt="Asian Semi-longhair" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Tiffanie_at_cat_show.jpg/100px-Tiffanie_at_cat_show.jpg" decoding="async" width="100" height="121" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Tiffanie_at_cat_show.jpg/151px-Tiffanie_at_cat_show.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Tiffanie_at_cat_show.jpg/201px-Tiffanie_at_cat_show.jpg 2x" data-file-width="775" data-file-height="935"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Australian_Mist" title="Australian Mist">Australian Mist</a>
</th>
<td>Australia<sup id="cite_ref-Baggaley,_Goddard_&amp;_John,_2014_13-0" class="reference"><a href="#cite_note-Baggaley,_Goddard_&amp;_John,_2014-13">[13]</a></sup></td>
<td>Crossbreed between the <a href="/wiki/Abyssinian_cat" title="Abyssinian cat">Abyssinian</a>, <a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a>, and Australian <a href="/wiki/Domestic_short-haired_cat" title="Domestic short-haired cat">short-haired cats</a><sup id="cite_ref-Baggaley,_Goddard_&amp;_John,_2014_13-1" class="reference"><a href="#cite_note-Baggaley,_Goddard_&amp;_John,_2014-13">[13]</a></sup></td>
<td>Moderate</td>
<td>Short</td>
<td>Spotted or marbled</td>
<td><span typeof="mw:File"><a href="/wiki/File:Australian_Mist.jpg" class="mw-file-description"><img alt="Australian Mist" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Australian_Mist.jpg/100px-Australian_Mist.jpg" decoding="async" width="100" height="102" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Australian_Mist.jpg/150px-Australian_Mist.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Australian_Mist.jpg/201px-Australian_Mist.jpg 2x" data-file-width="870" data-file-height="885"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Balinese_cat" title="Balinese cat">Balinese</a>
</th>
<td>Developed in United States;<sup id="cite_ref-Paragon_11-5" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup><br>foundation stock from Thailand</td>
<td>Mutation of the <a href="/wiki/Siamese_cat" title="Siamese cat">Siamese</a>
</td>
<td>Semi-foreign</td>
<td>Long</td>
<td>Colorpoint</td>
<td><span typeof="mw:File"><a href="/wiki/File:Ghislaine_6028.jpg" class="mw-file-description"><img alt="Balinese" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Ghislaine_6028.jpg/100px-Ghislaine_6028.jpg" decoding="async" width="100" height="67" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Ghislaine_6028.jpg/150px-Ghislaine_6028.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Ghislaine_6028.jpg/200px-Ghislaine_6028.jpg 2x" data-file-width="729" data-file-height="486"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Bambino_cat" class="mw-redirect" title="Bambino cat">Bambino</a>
</th>
<td>United States<sup id="cite_ref-Baggaley,_Goddard_&amp;_John,_2014_13-2" class="reference"><a href="#cite_note-Baggaley,_Goddard_&amp;_John,_2014-13">[13]</a></sup></td>
<td>Crossbreed between the <a href="/wiki/Munchkin_cat" title="Munchkin cat">Munchkin</a> and <a href="/wiki/Sphynx_cat" title="Sphynx cat">Sphynx</a><sup id="cite_ref-Baggaley,_Goddard_&amp;_John,_2014_13-3" class="reference"><a href="#cite_note-Baggaley,_Goddard_&amp;_John,_2014-13">[13]</a></sup></td>
<td><a href="/wiki/Dwarf_cat" title="Dwarf cat">Dwarf</a></td>
<td>Short</td>
<td>Black + white hairless
</td>
<td>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Bengal_cat" title="Bengal cat">Bengal</a>
</th>
<td>Developed in United States,<sup id="cite_ref-Baggaley,_Goddard_&amp;_John,_2014_13-4" class="reference"><a href="#cite_note-Baggaley,_Goddard_&amp;_John,_2014-13">[13]</a></sup><br>but created in Asia</td>
<td>Hybrid of the <a href="/wiki/Abyssinian_cat" title="Abyssinian cat">Abyssinian</a> and <a href="/wiki/Egyptian_Mau" title="Egyptian Mau">Egyptian Mau</a> ×&nbsp;<a href="/wiki/Leopard_cat" title="Leopard cat">leopard cat</a> (<i>Prionailurus bengalensis</i>)</td>
<td>Large
</td>
<td>Short</td>
<td>Spotted, marbled, or rosetted</td>
<td><span typeof="mw:File"><a href="/wiki/File:Paintedcats_Red_Star_standing.jpg" class="mw-file-description"><img src="//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Paintedcats_Red_Star_standing.jpg/100px-Paintedcats_Red_Star_standing.jpg" decoding="async" width="100" height="128" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Paintedcats_Red_Star_standing.jpg/149px-Paintedcats_Red_Star_standing.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Paintedcats_Red_Star_standing.jpg/199px-Paintedcats_Red_Star_standing.jpg 2x" data-file-width="1200" data-file-height="1541"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Birman" title="Birman">Birman</a>
</th>
<td>Developed in France;<br>foundation stock from Burma (Myanmar)<sup id="cite_ref-Paragon_11-6" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>The original Birman was crossed with the <a href="/wiki/Siamese_cat" title="Siamese cat">Siamese</a> and the <a href="/wiki/Persian_cat" title="Persian cat">Persian</a> to create the Birman of today.</td>
<td>Cobby
</td>
<td>Semi-long</td>
<td>Mitted colorpoint</td>
<td><span typeof="mw:File"><a href="/wiki/File:Birman2.jpg" class="mw-file-description"><img alt="Birman" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Birman2.jpg/100px-Birman2.jpg" decoding="async" width="100" height="75" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Birman2.jpg/150px-Birman2.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Birman2.jpg/200px-Birman2.jpg 2x" data-file-width="604" data-file-height="453"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Bombay_cat" title="Bombay cat">Bombay</a>
</th>
<td>United States and Burma (Myanmar)</td>
<td>Crossbreed between the Black <a href="/wiki/American_Shorthair" title="American Shorthair">American Shorthair</a> and Sable <a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a></td>
<td>Cobby</td>
<td>Short</td>
<td>Solid black</td>
<td><span typeof="mw:File"><a href="/wiki/File:Bombay_femelle.JPG" class="mw-file-description"><img alt="Bombay" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/100px-Bombay_femelle.JPG" decoding="async" width="100" height="125" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/150px-Bombay_femelle.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/200px-Bombay_femelle.JPG 2x" data-file-width="634" data-file-height="792"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Brazilian_Shorthair" title="Brazilian Shorthair">Brazilian Shorthair</a>
</th>
<td>Brazil</td>
<td>Natural</td>
<td>Normal
</td>
<td>Short</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:Gato_pelo_curto_brasileiro.JPG" class="mw-file-description"><img alt="Brazilian Shorthair" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gato_pelo_curto_brasileiro.JPG/100px-Gato_pelo_curto_brasileiro.JPG" decoding="async" width="100" height="133" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gato_pelo_curto_brasileiro.JPG/150px-Gato_pelo_curto_brasileiro.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gato_pelo_curto_brasileiro.JPG/199px-Gato_pelo_curto_brasileiro.JPG 2x" data-file-width="480" data-file-height="640"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/British_Longhair" title="British Longhair">British Longhair</a>
</th>
<td>United Kingdom (England)<sup id="cite_ref-Paragon_11-7" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Natural
</td>
<td>Cobby</td>
<td>Semi-long</td>
<td>All</td>
<td><span typeof="mw:File"><a href="/wiki/File:British_Longhair_-_Black_Silver_Shaded.jpg" class="mw-file-description"><img alt="British Semi-longhair" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/50/British_Longhair_-_Black_Silver_Shaded.jpg/100px-British_Longhair_-_Black_Silver_Shaded.jpg" decoding="async" width="100" height="133" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/50/British_Longhair_-_Black_Silver_Shaded.jpg/150px-British_Longhair_-_Black_Silver_Shaded.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/50/British_Longhair_-_Black_Silver_Shaded.jpg/199px-British_Longhair_-_Black_Silver_Shaded.jpg 2x" data-file-width="768" data-file-height="1024"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/British_Shorthair" title="British Shorthair">British Shorthair</a>
</th>
<td>United Kingdom (England)<sup id="cite_ref-Paragon_11-8" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Natural</td>
<td>Cobby</td>
<td>Short</td>
<td>All<sup id="cite_ref-GCCF_BSH_standard_14-0" class="reference"><a href="#cite_note-GCCF_BSH_standard-14">[14]</a></sup></td>
<td><span typeof="mw:File"><a href="/wiki/File:British_Shorthair_Assis.jpg" class="mw-file-description"><img alt="British Shorthair" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/British_Shorthair_Assis.jpg/99px-British_Shorthair_Assis.jpg" decoding="async" width="99" height="106" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/British_Shorthair_Assis.jpg/149px-British_Shorthair_Assis.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/British_Shorthair_Assis.jpg/199px-British_Shorthair_Assis.jpg 2x" data-file-width="797" data-file-height="850"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a>
</th>
<td>Burma (Myanmar)<sup id="cite_ref-Paragon_11-9" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Natural</td>
<td>Semi-foreign or semi-cobby
</td>
<td>Short</td>
<td>Solid and Tortoiseshell<sup id="cite_ref-TICA_Burmese_breed_introduction_15-0" class="reference"><a href="#cite_note-TICA_Burmese_breed_introduction-15">[15]</a></sup></td>
<td><span typeof="mw:File"><a href="/wiki/File:BurMau_Vega_Star,_champagne_burmese_kitten.jpg" class="mw-file-description"><img alt="Burmese" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fc/BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg/100px-BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg" decoding="async" width="100" height="67" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fc/BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg/150px-BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fc/BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg/200px-BurMau_Vega_Star%2C_champagne_burmese_kitten.jpg 2x" data-file-width="3500" data-file-height="2333"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Burmilla" title="Burmilla">Burmilla</a>
</th>
<td>United Kingdom (England)<sup id="cite_ref-Paragon_11-10" class="reference"><a href="#cite_note-Paragon-11">[11]</a></sup></td>
<td>Crossbreed between the <a href="/wiki/Burmese_cat" title="Burmese cat">Burmese</a> and the Chinchilla <a href="/wiki/Persian_cat" title="Persian cat">Persian</a></td>
<td>Semi-cobby
</td>
<td>Short</td>
<td>Solid with Shaded Silver and Silver Tipped patterns</td>
<td><span typeof="mw:File"><a href="/wiki/File:Male_Burmilla_cat.jpeg" class="mw-file-description"><img alt="Burmilla" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Male_Burmilla_cat.jpeg/100px-Male_Burmilla_cat.jpeg" decoding="async" width="100" height="90" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Male_Burmilla_cat.jpeg/150px-Male_Burmilla_cat.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Male_Burmilla_cat.jpeg/200px-Male_Burmilla_cat.jpeg 2x" data-file-width="471" data-file-height="423"></a></span>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/California_Spangled" title="California Spangled">California Spangled</a>
</th>
</td></tr></tbody><tfoot></tfoot></table>
1
2
3
4
5
6
"cleansers" : [
    {
         "anonCategory":"category",
         "extra":"anon"
    }
]

Example Result

Upon successful configuration and execution, the MOCK ANONYMISE cleanser will anonymize the "breed" data point according to the specified settings. This ensures that sensitive data is obscured, protecting privacy and security.


Config Parameters

name acceptable values comment
anonCategory A string representing the category of anonymization to apply. Defaults to "category".
extra A string representing additional anonymization settings. Defaults to "anon".

Common Mistakes

  • Ensure that the cleanser name and entity are correctly defined in the configuration to ensure that the cleanser is correctly identified and applied during the data processing pipeline.
  • Verify that the config options within the <cleansers> tag are correctly written and match the expected format and values.
  • Remember that the configuration for the MOCK ANONYMISE cleanser is required. If no configuration, or improper configuration is provided then a block violation will be thrown.