CSV support has been extended.
- Fixed width fields can now be defined for output.
- The access servlet can download a csv component in csv form by using the mimetype of text/csv and report of CSV.
- 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