Question
Why is the structure of my Source Schema CSV export different from what I see in the Schema UI in Twilio Segment?
Product
Twilio Segment
Environment
Segment Console
Answer
The Schema UI groups all occurrences of the same event name into a single row, regardless of how many different properties that event has collected. In contrast, the CSV export lists a separate row for each unique combination of event name and property set. This means an event with multiple variations of properties will appear as multiple rows in the CSV, allowing you to see exactly how each property was tracked.
Additional Information
Learn more about Source Schema in the Segment Schema documentation.