StackExchange.DataExplorer
StackExchange.DataExplorer copied to clipboard
CSV does not include [Post Link] results
If you download the CSV for:
http://data.stackexchange.com/stackoverflow/query/305369/find-posts-in-last-month-with-a-keyword-in-title-body-or-tags
instead of including [Post Link] results for the posts id, it includes the Ids of the posts.
The links being generated are a post processing step before the results of the query are send to the client. The CSV takes the raw query output. The routes are not difficult to recreate: for posts a site:/q/[id] will do the trick (also works for answers), for users site://users/[owneruserid] will give you the correct url.