Class CSVExportSettings
java.lang.Object
ca.phon.app.csv.CSVExportSettings
Configuration settings for CSV export operations.
Contains column mappings, formatting options, and export parameters.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCSVExportSettings(char separator, CSVQuoteType quoteType, String encoding, boolean useFirstRowAsHeader) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTier(CSVColumnType type, int columnIndex) voidaddUserTier(String tierName, int tierTierIndex) Get the encoding.Get the CSV quote type.charGet the CSV separator character.booleanCheck if spaces should be trimmed.booleanvoidsetExportColumnList(List<CSVColumn> columnList) voidsetUseFirstRowAsHeader(boolean useFirstRowAsHeader)
-
Field Details
-
USER_TIER_NAME_KEY
- See Also:
-
-
Constructor Details
-
CSVExportSettings
public CSVExportSettings(char separator, CSVQuoteType quoteType, String encoding, boolean useFirstRowAsHeader)
-
-
Method Details
-
addTier
-
getUserTiers
-
addUserTier
-
isUseFirstRowAsHeader
public boolean isUseFirstRowAsHeader() -
setUseFirstRowAsHeader
public void setUseFirstRowAsHeader(boolean useFirstRowAsHeader) -
getExportColumnList
-
setExportColumnList
-
getSeparator
public char getSeparator()Get the CSV separator character.- Returns:
- the separator character
-
getQuoteType
-
isTrimSpaces
public boolean isTrimSpaces()Check if spaces should be trimmed.- Returns:
- true if spaces should be trimmed
-
getEncoding
-