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.
Transformers are data-type specific modules that anonymize or generate data. Tranformers are defined in the job workflow and are applied to every piece of data in the column they are assigned. Neosync ships with a number of transformers already built that handle common data types such as email, physical addresses, ssn, strings, integers and more. You can also create your own custom transformers using a regular expression or by writing javascript code.
22
+
Transformers are data-type specific modules that anonymize or generate data. Tranformers are defined in the job workflow and are applied to every piece of data in the column they are assigned. Neosync ships with a number of transformers that are already built to handle common data types such as email, addresses, ssn, strings, integers and more.
23
+
24
+
<DocsImage />
25
+
26
+
## Transformer Types
27
+
28
+
There are two types of transformers:
29
+
30
+
1.**System Transformers** : Pre-built and configured transformers that automatically come with Neosync out of the box. These cannot be deleted but they can be cloned.
31
+
2.**Custom Transformers** : System transformers that have been cloned, re-configured and renamed. These transformers can be edited and deleted.
32
+
33
+
## Transformers
34
+
35
+
You can browse our list of system transformers which come out of the box or you can see how to create you own custom transformer.
15
36
16
-
## More coming soon!
37
+
<CustomCardList
38
+
cards={[
39
+
{
40
+
title: 'System Transformers',
41
+
description: 'Pre-built transformers that are ready to use',
0 commit comments