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
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/overview/use-cases/anonymization.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ We've mapped each transformer to the right column which means that every time th
27
27
28
28
//screenshot of the output here
29
29
30
-
Since the transformers are customizable, you can anonymize or mask any source data by writing your own custom tranformer. Check out the [custom transformers](/transformers/custom) guide for more information. This gives you ultimate flexibility to control your data.
30
+
Since the transformers are customizable, you can anonymize or mask any source data by writing your own custom tranformer. Check out the [custom transformers](/transformers/user-defined) guide for more information. This gives you ultimate flexibility to control your data.
31
31
32
32
Lastly, you can decide to subset this data to reduce the size of it to make it fit in lower level environments like your local database.
Copy file name to clipboardExpand all lines: docs/docs/transformers/system/reference.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -777,7 +777,7 @@ Here are some examples of what an output full address value may look like.
777
777
778
778
### Generate Full Name{#generate-full-name}
779
779
780
-
The generate full name transformer generates a valid full name from a list of predefined full name values. The generated full name is made from a combination of the [first](/transformers/system/first-name) and [last](/transformers/system/last-name) names transformers.
780
+
The generate full name transformer generates a valid full name from a list of predefined full name values. The generated full name is made from a combination of the [first](/transformers/system/reference#generate-first-name) and [last](/transformers/system/last-name) names transformers.
781
781
782
782
**Configurations**
783
783
@@ -1346,7 +1346,7 @@ Here are some example UUID values that the uuid transformer can generate:
1346
1346
1347
1347
The generate zipcode transformer generates a randomly selected US zipcode. You can see the complete list of zipcodes that are available to be randomly selected [here.](https://github.com/nucleuscloud/neosync/blob/main/worker/internal/benthos/transformers/data-sets/addresses.json).
1348
1348
1349
-
If you'd rather not get back a real zipcode value, you can use the [Random String Transformer](/transformers/system/random-string) to generate a random string value.
1349
+
If you'd rather not get back a real zipcode value, you can use the [Random String Transformer](/transformers/system/reference#generate-random-string) to generate a random string value.
1350
1350
1351
1351
**Configurations**
1352
1352
@@ -1537,7 +1537,7 @@ There are several ways you can mix-and-match configurations to get different pot
1537
1537
1538
1538
### Transform Full Name{#transform-full-name}
1539
1539
1540
-
The transform full name transformer generates a valid full name from a list of predefined full name values. The generated full name is made from a combination of the [first](/transformers/system/first-name) and [last](/transformers/system/last-name) names transformers.
1540
+
The transform full name transformer generates a valid full name from a list of predefined full name values. The generated full name is made from a combination of the [first](/transformers/system/reference#generate-first-name) and [last](/transformers/system/reference#generate-last-name) names transformers.
1541
1541
1542
1542
By default, the full name transformer generates a full name of random length. To preserve the length of the input full name, you can set the `preserveLength` config.
0 commit comments