Class CsvLineParser
java.lang.Object
org.drools.decisiontable.parser.csv.CsvLineParser
A simple parser for CSV (Comma-Separated Values) format.
Supports quoted fields and escaped quotes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(CharSequence input) Parses a line of CSV text into a list of fields.
-
Constructor Details
-
CsvLineParser
public CsvLineParser()
-
-
Method Details
-
parse
Parses a line of CSV text into a list of fields.- Parameters:
input- The CSV line to parse- Returns:
- List of fields extracted from the CSV line
-