Hi, first off, I'd like to say that this plugin is a very good effort! There's a huge need for mass import of content for new websites and conversions of existing sites, so I'm very glad to see something this functional out here (and will add it to my donation list for when the site goes live).
I do have a question / feature request. While there's a strong mechanism for categories and subcategories, there doesn't seem to be one for making page trees? Adding the post-parent ID can only be done once the parent page exists in the system, so the tool doesn't seem to be able to put up page trees in the same way you can do category trees.
So I'd like to ask if a) I'm wrong and there IS a way to do page trees from scratch, and b) if I'm not wrong, is it possible to tweak the post-parent field code so it can use a sequence of page titles or slugs instead? Something like top-parent-title > first-child-title, which would add the page as a child of first-child-title.
Using a spreadsheet, this structure can be created via concatenating the page title or slug fields with a ">" cell, so while a manual operation, there is a somewhat efficient way to get the relationship into the right field. I just need a way for the plugin to apply that relationship.
Thanks for any help!