| java.lang.Object org.drools.decisiontable.parser.csv.CsvParser
CsvParser | public class CsvParser implements DecisionTableParser(Code) | | Csv implementation. This implementation removes empty "cells" at the end of
each line. Different CSV tools may or may not put heaps of empty cells in.
Csv format is almost identical to XLS, with the one limitation: Merged cells
are not supported. To allow constraints to span across cells for the one
column, this is achieved by using "..." at the end of a cell value. If a cell
value ends with "..." then it will be taken as spanned from the previous
cell.
author: Michael Neale |
calcStartMerge | int calcStartMerge(int startMergeCol, int col, String cell)(Code) | | |
|
|