A couple of bugs:

1. I've found that views_data_export.drush.inc require drupal core 6. This prevent the drush command to be run on a D7 site.
2. running drush I got this warning:

Invalid argument supplied for foreach() in                       
views_handler_field->advanced_render() (linea 936 di
/****/sites/all/modules/views/handlers/views_handler_field.inc).

and the generated XML has some empty fields.
Can this be related to #1132978: Fields missing from .csv, .xml exports in batch mode?

Comments

Steven Jones’s picture

Status: Active » Closed (duplicate)

Fixed #1, and #2 can be handled in the other issue as you suggest.