This class parses comma-separated, optionally quoted data from a String and returns the parsed fields as an array of Strings.
The set of quote characters and the field delimiter character are configurable.
The class can optionally trim the fields with String.trim() before returning them.
| |
| |