public class CSVHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jspringbot.syntax.HighlightRobotLogger |
LOG |
| Constructor and Description |
|---|
CSVHelper() |
public void parseCSVString(String name, String csv) throws IOException
IOExceptionpublic void parseCSVResource(String name, String resource) throws Exception
Exceptionpublic void appendCSVLine(String csvLine) throws IOException
IOExceptionpublic void parseCSVString(String csv) throws IOException
IOExceptionpublic void createAlias(String name)
public void switchState(String name)
public void startDisjunction()
public void endDisjunction()
public void startConjunction()
public void endConjunction()
public void setHeaders(String headers) throws IOException
IOExceptionpublic void setFirstLineAsHeader()
public void createCriteria()
public void addColumnNameEqualsRestriction(String name, String value)
public void addColumnIndexEqualsRestriction(int index,
String value)
public int projectCount()
public void createStateFromList(String name)
public String[] firstResult()
public String[] uniqueResult()
public String firstResultColumnIndex(int index)
public String lastResultColumnIndex(int index)
public String[] lastResult()
Copyright © 2018. All rights reserved.