public interface CsvParser
List parse(File file) throws IOException, CsvParserException
IOExceptionCsvParserExceptionList parse(URL url) throws IOException, CsvParserException
IOExceptionCsvParserExceptionList parse(String csv) throws PipelineException, IllegalInputCharacterException
Copyright © 2002-2017. All Rights Reserved.