mixpanel / sheets

🔄 integrate mixpanel with google sheets
3 stars 1 forks source link

Properly map cohort properties #17

Closed JakeWymer closed 1 year ago

JakeWymer commented 1 year ago

We were missing some property keys when mapping profiles to a csv array format. This also bypasses the stringify -> destringify step for cohorts as they don't need to be stringified in the first place. We could do more refactoring here, but in the interest of time, we're just sending cohorts through a different flow than the other exports as they seem to be working ok. Also fixes a test.