Constructor and Description |
---|
Step2Model(String csvFileContent,
int csvFileRowCount) |
public Step2Model(String csvFileContent, int csvFileRowCount)
public int getCsvFileRowRount()
public Step2Model setCsvFileRowRount(int csvFileRowRount)
public String getColumnSeparator()
public Step2Model setColumnSeparator(String selectedColumnSeparator)
public String getCommentIndicator()
public Step2Model setCommentIndicator(String selectedCommentIndicator)
public int getFirstLineWithData()
public Step2Model setFirstLineWithData(int firstLineWithData)
public String getTextQualifier()
public Step2Model setTextQualifier(String selectedTextQualifier)
public String getCSVFileContent()
public Step2Model setCSVFileContent(String cSVFileContent)
public boolean isUseHeader()
public Step2Model setUseHeader(boolean useHeader)
public char getDecimalSeparator()
public Step2Model setDecimalSeparator(char decimalSeparator)
public boolean isSampleBased()
public Step2Model setSampleBased(boolean isSampleBased)
public Step2Model setSampleBasedStartRegEx(String sampleBasedStartRegEx)
public String getSampleBasedStartRegEx()
public Step2Model setSampleBasedDateOffset(int dateOffset)
public int getSampleBasedDateOffset()
public Step2Model setSampleBasedDateExtractionRegEx(String sampleBasedDateExtractionRegEx)
public String getSampleBasedDateExtractionRegEx()
public Step2Model setSampleBasedDatePattern(String sampleBasedDateDatePattern)
public String getSampleBasedDatePattern()
public Step2Model setSampleBasedDataOffset(int dataOffset)
public int getSampleBasedDataOffset()
public Step2Model setSampleBasedSampleSizeOffset(int sampleSizeOffset)
public int getSampleBasedSampleSizeOffset()
public Step2Model setSampleBasedSampleSizeRegEx(String sampleBasedSampleSizeRegEx)
public String getSampleBasedSampleSizeRegEx()
Copyright © 2011–2019 52°North. All rights reserved.