public abstract class CsvFormatDetector extends Object implements InputAnalysisProcess
InputAnalysisProcess to detect column delimiters, quotes and quote escapes in a CSV input.| Modifier and Type | Method and Description |
|---|---|
void |
execute(char[] characters,
int length)
A sequence of characters of the input buffer to be analyzed.
|
public void execute(char[] characters,
int length)
InputAnalysisProcessexecute in interface InputAnalysisProcesscharacters - the input bufferlength - the last character position loaded into the buffer.Copyright © 2020 Univocity Software Pty Ltd. All rights reserved.