Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema UI and CSV Export expected difference #7415

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/connections/sources/schema/destination-data-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,16 @@ To download a Source Schema CSV file:
6. Once the file status column indicates that the download was successful, click the **Download CSV** link to download your CSV to your computer. If the file status column shows that the download has failed, return to the Source Schema page and try the download again.<br/> The Source Schema CSV name has the following format:<br/>`workspaceSlug-sourceSlug-schemaType--yyyy-mm-dd--hh-mm-utc`

> info "All events and properties are now included in the CSV file"
> When you export a Source Schema, all events and properties are included in the CSV file regardless of the filters or search parameters currently applied to the Source Schema view.
> When you export a Source Schema, all events and properties are included in the CSV file regardless of the filters or search parameters currently applied to the Source Schema view.

## Difference between Schema UI and CSV Export

When exporting a CSV from the Schema UI, there are differences in how event data is structured:

- In the Schema UI, all instances of a unique event name are grouped into a single row, regardless of the different properties associated with that event.
- In the CSV file, each unique combination of an event name and its tracked properties appears as a separate row.

This allows you to see how Segment tracks different properties for the same event.

### View download history

Expand Down
Loading