This project is not covered by Drupal’s security advisory policy.

Do you have a requirement of exporting content from Drupal to XML/JSON ?
Have you thought of having a general module which let you export any entity content.

Then this module is what you are looking for.

This modules is a drush command tool which will let you export entity content in various formats. Currently only JSON supported.
Working for XML/CSV/TXT etc support.
Let say you want to export node data. You can export data simply by running following drush command:
- drush conex --entity=node

You can optionally specify specific entity bundle as well.
Let says, you want to export data for article, basic_page content type.
You should run command:
drush conex --entity=node --type="article, basic_page"

You can export any entity data like paragraph, media, node, taxonomy_term etc.
- drush conex --entity= --type=

You can even specify range of data to export:
- drush conex --entity= --type= --range="10, 500"

Project information

  • Created by vishalkhode on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases