You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on a project that required logging some data and then export them to CSV, so I thought about extending Stream since it already had the ability to "log stuff" and export them to a csv plus we were already using stream to log changes to posts etc..
The custom connector works fine and saves all the data that I need and saves all the meta that I need. I was also about to extend the columns in the admin table to show the custom meta and I've noticed that metas aren't being retrieved through the Record object? Is there a reason why?
I was hoping metas would be included into the record object so that I could include them into the CSV file but it's not like that. In the end I had to build a custom exporter too and query the database separately to include the metas.
The text was updated successfully, but these errors were encountered:
Hey guys,
I was working on a project that required logging some data and then export them to CSV, so I thought about extending Stream since it already had the ability to "log stuff" and export them to a csv plus we were already using stream to log changes to posts etc..
The custom connector works fine and saves all the data that I need and saves all the meta that I need. I was also about to extend the columns in the admin table to show the custom meta and I've noticed that metas aren't being retrieved through the Record object? Is there a reason why?
I was hoping metas would be included into the record object so that I could include them into the CSV file but it's not like that. In the end I had to build a custom exporter too and query the database separately to include the metas.
The text was updated successfully, but these errors were encountered: