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

# Export table data

> Export attribution report data to CSV or Google Sheets for further analysis.

SegmentStream lets you export data from your configured report for further analysis in spreadsheets or integration into other applications.

## Steps to export your report

<Steps>
  <Step title="Navigate to the report">
    Open the report you want to export.
  </Step>

  <Step title="Click the export button">
    Locate the **Export** button at the right corner above the report table.
  </Step>

  <Step title="Choose the export format">
    Select from the dropdown: **CSV** or **Google Sheets**.
  </Step>
</Steps>

## Data flattening

SegmentStream automatically flattens multi-level reports for streamlined analysis.

For instance, if your report contains multiple dimension levels such as:

* Country
  * Source / Medium
    * Campaign

The exported data is presented in a flat table format:

| Country | Source / Medium | Campaign    | Metric 1 | Metric ... |
| ------- | --------------- | ----------- | -------- | ---------- |
| UK      | Google / CPC    | Summer Sale | 1000     | 53         |
| UK      | Google / CPC    | Remarketing | 100      | 4          |

## Export limitations

Be aware of row limits when exporting to ensure data completeness:

### CSV export

* **Maximum rows:** 1,000,000
* If your report exceeds this limit, refine the date range, filter out less critical data, or segment your export into multiple CSV files.

### Google Sheets export

* **Maximum rows:** 50,000
* Google Sheets has its own row limits. If your report exceeds this, break it into smaller parts or use CSV export for larger datasets.
