# Connectors

<figure><img src="https://3825982875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvpEytOMv8LQf2bKlqaAc%2Fuploads%2FkbDN2giEyQaPyLGlKOuN%2Fimage.png?alt=media&#x26;token=a315a280-d925-4065-a014-5c32a88987e5" alt="" width="563"><figcaption></figcaption></figure>

We want to include connector information to our Mind Map exports, but we need to understand how best to include the connector in the data export.

#### Suggestions so far:

#### Example A

<figure><img src="https://3825982875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvpEytOMv8LQf2bKlqaAc%2Fuploads%2FFuHWpMPZaCvMkZocxToG%2Fimage.png?alt=media&#x26;token=699db62e-4c30-4229-9a73-3e569d1e2f7a" alt="" width="322"><figcaption></figcaption></figure>

#### Suggestion A.1 (CSV)

```csv
0,1,2
Example,A,Example.A>Example.B.BA,Example.A>Example.B.BB
Example,B,BA,Example.B>Example.A
Example,B,BB
```

#### Suggestion A.2 (CSV

```csv
Example,A
Example,B,BA
Example,B,BB
Example.A>Example.B.BA
Example.A>Example.B.BB
Example.B>Example.A
```
