adding description frontmatter back

This commit is contained in:
Jordan Violet
2023-04-26 11:14:33 -04:00
parent 1b8a12015c
commit 2726bdf2fe
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ pagination_label: Account Attribute
sidebar_label: Account Attribute
sidebar_class_name: accountAttribute
keywords: ['transforms', 'operations', 'account', 'attribute']
description: Use the account attribute transform to look up an account for a particular source on an identity and return a specific attribute value from that account.
slug: /docs/transforms/operations/account-attribute
tags: ['Transforms', 'Transform Operations']
---

View File

@@ -5,6 +5,7 @@ pagination_label: Base64 Decode
sidebar_label: Base64 Decode
sidebar_class_name: base64Decode
keywords: ['transforms', 'operations', 'base64', 'decode']
description: Base64 is mostly used to encode binary data like images so that the data can be represented as a string within HTML, email, or other text documents. Base64 is also commonly used to encode data that can be unsupported or damaged during transfer, storage, or output.
slug: /docs/transforms/operations/base64-decode
tags: ['Transforms', 'Transform Operations']
---

View File

@@ -5,6 +5,7 @@ pagination_label: Name Normalizer
sidebar_label: Name Normalizer
sidebar_class_name: nameNormalizer
keywords: ['transforms', 'operations', 'name normalizer']
description: Use the name normalizer transform to clean or standardize the spelling of strings coming in from source systems. The most common use for this transform is for names and other proper nouns, but the transform is not necessarily limited to those data elements.
slug: /docs/transforms/operations/name-normalizer
tags: ['Transforms', 'Transform Operations']
---