CSV support has been extended.

  1. Fixed width fields can now be defined for output.
  2. The access servlet can download a csv component in csv form by using the mimetype of text/csv and report of CSV.
  3. Custom field formatters are now suported for: @date @currency @number @pattern. This allows you to have more free form input within the csv data but standardize the display. See AgCSVColumn for details