CSV files that contain more than 255 fields do not show all fields.
The engine we use to open databases directly is limiting us to 255, even with
CSV. Excel however does not support more than 255 fields either.
The Solution
At the moment, the best way to use more than 255 fields is to use XML or an ODBC Database that supports more than 255 columns.