> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tranthor.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV Export Destination

> Export user segment data as CSV for analysis in Excel, Google Sheets, or BI tools.

Effortlessly analyze your user segment assignments—export them as a CSV file at any time for use in spreadsheets or BI platforms.

<Frame>
  <img src="" alt="CSV Export UI Screenshot" style={{ borderRadius: 8, maxWidth: "100%" }} />
</Frame>

## How It Works

* Download a CSV containing all users and their segment memberships.
* Quickly filter, pivot, or visualize data in Excel, Google Sheets, or your favorite BI tool.
* Ideal for reporting, ad targeting, or further analysis outside Tranthor.

**Sample CSV Format:**

```csv theme={null}

workspaceId,userId,segmentId,inSegment
8c7e1a90-456b-4b7d-bcf2-1a9a2c2b1b2e,user-42,a19e3f21-7b3c-4a0e-8f1d-2e1d3b0a6eaf,true
8c7e1a90-456b-4b7d-bcf2-1a9a2c2b1b2e,user-42,9f0b1e2c-3d4f-4a6b-9c3e-7e2a1b8f4c4d,false
8c7e1a90-456b-4b7d-bcf2-1a9a2c2b1b2e,user-77,a19e3f21-7b3c-4a0e-8f1d-2e1d3b0a6eaf,false
8c7e1a90-456b-4b7d-bcf2-1a9a2c2b1b2e,user-77,9f0b1e2c-3d4f-4a6b-9c3e-7e2a1b8f4c4d,true
```

<Note>
  Need custom fields or a different export? <a href="mailto:support@tranthor.com">Contact us</a>—we’re here to help!
</Note>
