We need to be able to query page properties report information from the database and export it into an CSV or excel file. How can we do this? We would be using a postgres database.
Hey there Natalie, you can generally get a lot of metadata about pages simply by querying the content table for the page in question (using the page ID or page title), and even by joining the content table to other tables like the content_label table for example, to see what labels are applied to the page.
And Postgres allows you to export the output of a query to CSV, using something like the process described in this blog post.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.