Skip to content

Commit

Permalink
add ssn docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Nov 13, 2023
1 parent ba785ba commit 2dffc93
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions docs/docs/transformers/system/ssn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,39 @@ hide_title: true
slug: /transformers/system/ssn
---

import { DocPageHeader } from '@site/src/CustomComponents/DocPageHeader.tsx';
import { TransformerPageHeader } from '@site/src/CustomComponents/TransformerPageHeader.tsx';

<DocPageHeader title="ssn" />
import { DocsTable } from '@site/src/CustomComponents/DocsTable.tsx';

## More coming soon!
<TransformerPageHeader
title="SSN"
type="string"
apiRef="https://github.com/nucleuscloud/neosync/blob/main/worker/internal/benthos/transformers/ssn.go"
/>

## Definition

The ssn transformer randomly generates a social security number and returns it with hyphens as a string.

For, example:
`123-45-6789`

## Configurations

There are no configurations for the ssn transformer.

## Examples

Here are some examples of what an output street address value may look like.

<DocsTable
headers={['Example Input', 'Example Output']}
rowData={[
{
data: ['N/A', '892-23-7634'],
},
{
data: ['453-23-6533', '479-82-3224'],
},
]}
/>

0 comments on commit 2dffc93

Please sign in to comment.