Customize parser behavior: - Separator - Empty line handling - The size of column is not enough, e.g. column index is bigger then size of column. Use fluent interface to make it readable. ``` Java CSVParser.with(",").throwsForEmptyline().throwsForBiggerIndex(); ```
Customize parser behavior:
Use fluent interface to make it readable.