Class CsvWordState

    • Constructor Detail

      • CsvWordState

        public CsvWordState​(List<Integer> fieldSeparators,
                            List<Integer> quoteSymbols)
                     throws Exception
        Constructs this object with specified parameters.
        Parameters:
        fieldSeparators - Separators for fields in CSV stream.
        quoteSymbols - Delimiters character to quote strings.
        Throws:
        Exception