A
CSVFieldFormatter formatter that returns the first word
of the specified CSV value. This is useful in situations such as
extracting the first name.
author: Anupam Sengupta version: $Revision: 1.3 $ See Also:LastWordFormatter since: 1.5
Formats the value and returns the first word.
Parameters: value - the value to be transformed the first word from the input value See Also:CSVFieldFormatter.format(String)