Skip to content

Commit 34381fb

Browse files
author
Heathpackard
authored
Update transformers.mdx
1 parent f27ad49 commit 34381fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/guides/(data-access)/definitions/transformers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Transformers allow you to retain select structure and information from the raw d
1515

1616
Transformers are executed in two places:
1717

18-
- Each <Glossary>accessor</Glossary> (read path) is associated with a transformer per column, dictating how the data in that column is obscured or minimized when the accessor is called
19-
- When a <Glossary>token</Glossary> is created, a data transformer is specified to dictate how the token should be generated from the raw data (and therefore what information, if any, should be retained in the token)
18+
- Each <Glossary>accessor</Glossary> (read path) is associated with a transformer per column, dictating how the data in that column is obscured or minimized when the accessor is called.
19+
- When a <Glossary>token</Glossary> is created, a data transformer is specified to dictate how the token should be generated from the raw data (and therefore what information, if any, should be retained in the token).
2020

2121
In addition, column default transformers provide a way to consistently apply transformations across all accessors that extract data from specific columns:
2222

@@ -41,7 +41,7 @@ Let’s look at four possible transformers, to see how transformers work.
4141

4242
There are four types of transformers:
4343

44-
- **PassThrough Transformers** pass through the raw data, unchanged
44+
- **PassThrough Transformers** pass through the raw data, unchanged.
4545
- **Data Transformers** mask, categorize, inject noise or group raw data. They are used to retain the minimum characteristics of a piece of raw data for a particular task, without being resolvable back into the raw data.
4646
- **Tokenize By Value Transformers** create a resolvable token with an associated access policy. If the value of the raw data later changes, the token will resolve to the value of the data at the point of transformation.
4747
- **Tokenize By Reference Transformers** create a resolvable token with an associated access policy. If the value of the raw data later changes, the token will resolve to the latest value of the data. Tokens generated by reference also respect user consent changes.

0 commit comments

Comments
 (0)