This is not strictly a nodeprofile question, however in this case it fits nicely in context...

On my site, I have set up a nodeprofile to ask a few questions to users as they register, and store them in the DB. The question fields are CCK.

My question is, now I've collected all this data, I'd like to be able access it as a table, so I can work out some statistics. The problem is, I can't figure out how to get Views to display each CCK field as a column.

Currently Views seems to dump all CCK in the 'body' column of a view.

If there's an easy way of getting a CSV of these records or equivalent, how can it be done?

Cheers,
Chris.