Class UnivocityCsvwConf
java.lang.Object
org.aksw.commons.model.csvw.univocity.UnivocityCsvwConf
This class 'extends' a dialect with a flag for 'tabs'.
Probably a dialect with a tab field separator could reasonable replace this class.
However, because univocity uses somewhat different infrastructures for TSV and CSV
this class exists for now.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DialectMutableForwardingJackson<?> protected booleanprotected String[] -
Constructor Summary
ConstructorsConstructorDescriptionUnivocityCsvwConf(org.aksw.commons.model.csvw.domain.api.DialectMutable dialectStore, String[] nullValues) -
Method Summary
Modifier and TypeMethodDescriptionorg.aksw.commons.model.csvw.domain.api.DialectMutableThe csvw dialect roughly corresponds to univocity's CsvFormat classString[]booleanisTabs()voidsetNullValues(String[] nullValues) voidsetTabs(boolean tabs)
-
Field Details
-
dialect
-
isTabs
protected boolean isTabs -
nullValues
-
-
Constructor Details
-
UnivocityCsvwConf
public UnivocityCsvwConf() -
UnivocityCsvwConf
public UnivocityCsvwConf(org.aksw.commons.model.csvw.domain.api.DialectMutable dialectStore, String[] nullValues)
-
-
Method Details
-
getDialect
public org.aksw.commons.model.csvw.domain.api.DialectMutable getDialect()The csvw dialect roughly corresponds to univocity's CsvFormat class -
isTabs
public boolean isTabs() -
setTabs
public void setTabs(boolean tabs) -
getNullValues
-
setNullValues
-