A
CSVFieldFormatter formatter that returns the trimmed
CSV value. This is useful in situations when the CSV field is
known to have leading or trailing white-space.
author: Anupam Sengupta version: $Revision: 1.3 $ since: 1.5
Formats the specified value and returns a trimmed representation. All leading and
trailing white space is trimmed.
Parameters: value - the value to be trimmed the trimmed value See Also:CSVFieldFormatter.format(String)