Class Row

    • Constructor Detail

      • Row

        public Row​(int lineNumber,
                   String rowData,
                   List<Column> columns,
                   TabularData tabularData,
                   String fieldDelimiter,
                   int fieldsCount)
        Used for FieldDelimited tables since there is no start byte or bytes attributes. Need to separate the string by using the specified delimiter
        Parameters:
        lineNumber -
        rowData -
        columns -
        tabularData -
        fieldDelimiter -