Skip to content

Commit a293225

Browse files
Merge pull request #5362 from segmentio/privacy-portal-synonyms-example
Update privacy-portal.md with synonyms example
2 parents 567e438 + 3c8674e commit a293225

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Loading

src/privacy/portal.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,10 @@ build new custom matchers:
255255
- [RegExr](https://regexr.com/) - an online tool to experiment with regular expressions and test them
256256
- [RegexOne](https://regexone.com/) - a tutorial which takes you from regular expression basics to advanced topics
257257
- [Regexp Cheatsheet](https://devhints.io/regexp) - a handy cheatsheet to have nearby when you're writing regular expressions
258+
259+
### Using Synonyms
260+
261+
Segment's exact matching and fuzzy matching do not detect all variations in the received keys
262+
and for those scenarios, you can use synonyms. For example, for the value `credit card number`, you can add `credit card no`,
263+
`debit card number`, `debit card no`, or similar variations in the synonyms section to classify those fields.
264+
![Screenshot of the Synonym used in Custom Matcher.](images/privacy-synonym-in-matcher.png)

0 commit comments

Comments
 (0)