Skip to content

Commit 8d0195f

Browse files
Update destination-data-control.md
1 parent b6aec90 commit 8d0195f

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+
## Understanding the Difference Between Schema UI and CSV Export
73+
74+
When exporting a CSV from the Schema UI, it's important to note a key difference 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 behavior is intentional and provides greater granularity, allowing you to see how different properties are tracked for the same event.
7180

7281
### View download history
7382

0 commit comments

Comments
 (0)