You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Description
8
8
9
-
This dotnet tool allows developers to anonymize sensitive data within a Kentico 13 database. The database remains in a usable state and can be connected to a Kentico 13 instance. This can be useful to protect user and visitor personal data when sending the database to third-parties including Kentico Support.
9
+
This dotnet tool allows developers to anonymize sensitive data within a Kentico database. The database remains in a usable state and can be connected to a Kentico instance. This can be useful to protect user and visitor personal data when sending the database to third-parties including Kentico Support.
10
10
11
11

12
12
@@ -16,14 +16,15 @@ This dotnet tool allows developers to anonymize sensitive data within a Kentico
16
16
17
17
| Xperience Version | Library Version |
18
18
| ----------------- | --------------- |
19
-
| >= 13.0.0 | >= 1.0.0 |
19
+
| >= 13.0.0 | 1.x.y |
20
+
| >= 30.0.0 | 2.x.y |
20
21
21
22
## Installing the tool
22
23
23
24
Run the following command from a command prompt such as Powershell:
Copy file name to clipboardExpand all lines: docs/Usage-Guide.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,7 @@
2
2
3
3
## Supported tables
4
4
5
-
See [`TablesConfiguration`](/src/Models/TablesConfiguration.cs) for a full list of supported tables and columns. This integration currently anonymizes the data contained in the following tables:
6
-
7
-
- CMS_Country
8
-
- CMS_Email
9
-
- CMS_State
10
-
- CMS_User
11
-
- CMS_UserSettings
12
-
- COM_Address
13
-
- COM_Customer
14
-
- COM_OrderAddress
15
-
- OM_Account
16
-
- OM_Contact
5
+
See [`TablesConfiguration`](/src/Models/TablesConfiguration.cs) for a full list of supported tables and columns. The list can be customized using [this guide](#adding-your-tables).
0 commit comments