Can Smart Export handle data from parent/child custom post types
I'm using
WP-Types plugin to create custom post types with parent child relationships. Imagine two custom post types: companies and products.
Using Companies I publish a post called McDonalds. Then using Products I publish a post called BigMac. Then I create a parent/child relationship between the posts where BigMac 'belongs' to McDonalds.
Using Smart Export could I get a CSV which lists both related posts on one row eg: McDonalds, BigMac?