Hi community,
we are ingesting multiple events with a certain field device_properties .
All events sent this field as an object type except for one where its defined as a string by mistake.
We would like to fix this by also changing the string to an object type in this event. Whats the easiest way to achieve this?
I assume a cast in the existing ingest will not work?
Is there a workaround inside mixpanel maybe without touching the ingest itself?
Fixing Device Properties Ingestion: Convert String to Object Type in Mixpanel | Mixpanel Community
thanks Josh L..
Actually the wrong type cast happens in the selection from our database (we ingest from our data warehouse into mixpanel). Any suggestions here?
no, its an implementation mistake. We could cast it in this one event also to object. I'm just wondering if Mixpanel will simply accept the type change for this field
Oh so it will accept what you want to send to it, as long as it is as per the documentation. However, you will see this as a new property once you make the correction
ok, it will obviously still have the same column name, thats why I was concerned.
But good to know, then we'll simply change the data typecast for the field when we fetch data from the data warehouse.