Skip to content

Commit 8ca6c08

Browse files
authored
Merge pull request #7415 from segmentio/prigiattiperrut-patch-8
Schema UI and CSV Export expected difference
2 parents e79784b + 8b46a84 commit 8ca6c08

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/connections/sources/schema/destination-data-control.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ To download a Source Schema CSV file:
6767
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`
6868

6969
> info "All events and properties are now included in the CSV file"
70-
> 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.
70+
> 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.
71+
72+
## Difference between Schema UI and CSV Export
73+
74+
When exporting a CSV from the Schema UI, there are differences in how event data is structured:
75+
76+
- 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.
77+
- In the CSV file, each unique combination of an event name and its tracked properties appears as a separate row.
78+
79+
This allows you to see how Segment tracks different properties for the same event.
7180

7281
### View download history
7382

0 commit comments

Comments
 (0)