For a given content type, the fields created in CCK are not exported, at least in XLS and CSV formats (I have not tried the other formats). Only the standard Node fileds are exported.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Views Export issue.zip | 728.83 KB | rdelachica |
Comments
Comment #1
steven jones commentedViews data export is perfectly capable of exporting CCK fields, as they are exposed to views just like any other field.
Have you added any of the CCK fields to your view? They're in the 'Content' subsection of the add field form.
Comment #2
rdelachica commentedI have attached a file with screen shots of the issue. I have included details of the content type, the view and the export file generated which I hope give you more information to interpret the error.
Comment #3
rdelachica commentedIt looks as if it was a permissions issue, apologies for the time wasted.
Comment #4
rdelachica commentedConfiguration error at my end. Issue closed
Comment #5
johnvChanging title. Due tot status (works as designed), I kept thinking that CCK-fields cannot be exported.
Comment #6
gluebox commentedThis snagged me too, I was not seeing any CCK fields in my data export. Ensuring that I was user 1 helped.
My syntax:
drush -d -u 1 views-data-export program_report_events views_data_export_1 test.csv
Comment #7
rclemings commentedFWIW, I had a similar issue involving profile2 fields.
Details:
https://www.drupal.org/node/1132978#comment-9502043