Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta not included into Record object? #947

Open
alessandrotesoro opened this issue Oct 16, 2017 · 1 comment · May be fixed by #1462
Open

Meta not included into Record object? #947

alessandrotesoro opened this issue Oct 16, 2017 · 1 comment · May be fixed by #1462
Labels

Comments

@alessandrotesoro
Copy link

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.

@lukecarbis
Copy link
Contributor

Happy to look at a PR which addresses this issue.

@akirk akirk linked a pull request Oct 11, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants