StackExchange.DataExplorer icon indicating copy to clipboard operation
StackExchange.DataExplorer copied to clipboard

CSV does not include [Post Link] results

Open acs opened this issue 9 years ago • 1 comments

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.

acs avatar Apr 27 '15 05:04 acs

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.

rschrieken avatar May 14 '15 13:05 rschrieken