Is it possible to include the tag-wiki associations in the data dump? To do this would require two additional columns in the postTags table that associate a tag wiki excerpt and a tag wiki to their tag.
The tag wiki data is already available in the posts table. But there is no way to associate this data with its tags. The data dump schema lacks the required columns to link the tag excerpt and the tag wiki to the tags table.
Additionally, the postTypes table only lists three posts types. It makes no mention of tag-wiki and tag excerpt posts. Perhaps the postypes table can be updated to reflect the additional post types?