After enabling the module and reading a little on drupal.org I see that there is no csv option under arguments. Is it moved in the drupal 6 version or am I missing something?

Comments

ari-meetai’s picture

README.txt, inside the "export" folder. The project's main page's "Read documentation" seems to be for 5.x only

----

Bonus: Views Export
--------------------------------------------------------------------------------
This modules is designed to provide a couple simple feed types that can be used
to export data from your views. Supported types include CSV, Microsoft Doc, a
basic txt output and simple xml.

Using the "Bonus: Views Export" module.
--------------------------------------------------------------------------------
1. Add a new "Feed" display to your view.
2. Change its style to the desired export type. e.g. "CSV file"
3. Configure the options (such as name, quote, etc.). You can go back and do
this at any time by clicking the gear icon next to the style plugin you just
selected.
4. Give it a path in the Feed settings such as "path/to/view/csv".
5. Optionally, you can choose to attach this to another of your displays by
updating the "Attach to:" option in feed settings.

harrisben’s picture

Status: Active » Closed (fixed)

Thanks, I found it 5 minutes ago (I appreciate you pointing it out still).