If the inner tags have sub-arrays you will get a Notice: Array to string conversion in Drupal\metatag_import_export_csv\MetatagExport::downloadCsv() (line 87
Related to:
foreach ($results['rows'] as $row) {
fputcsv($fp, $row, $delimeter);
}
The following tags are not working:
schema_article_image
schema_article_publisher
schema_organization_image
schema_organization_logo
schema_organization_address
schema_organization_brand
schema_web_page_breadcrumb
However, if you exclude the above, everything works fine.
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.