Package com.illumon.iris.importers
Class CsvFieldWriter.RowFlagsWriter
java.lang.Object
com.illumon.iris.importers.ImportFieldWriter
com.illumon.iris.importers.CsvFieldWriter
com.illumon.iris.importers.CsvFieldWriter.RowFlagsWriter
- Enclosing class:
- CsvFieldWriter
public static class CsvFieldWriter.RowFlagsWriter extends CsvFieldWriter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.importers.CsvFieldWriter
CsvFieldWriter.EndOfRecordWriter, CsvFieldWriter.Factory, CsvFieldWriter.ParseException, CsvFieldWriter.RowFlagsWriter
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RowFlagsWriter(com.fishlib.io.logger.Logger log, TableWriter writer, String csvColumnName)
-
Method Summary
Modifier and Type Method Description String
getSourceValue(org.apache.commons.csv.CSVRecord record)
void
processField(org.apache.commons.csv.CSVRecord record)
Methods inherited from class com.illumon.iris.importers.CsvFieldWriter
getBigDecimal, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getISONanos, getLocalDate, getLocalTime, getLong, getShort, getTrimmedStringNull
Methods inherited from class com.illumon.iris.importers.ImportFieldWriter
accountingDouble, accountingInt, accountingLong, dbDateTimeFromLong, dbDateTimeFromTimestamp, dbDateTimeFromTimestamp, getBigDecimalArray, getBigDecimalArray, getBigDecimalArray, getBigIntegerArray, getBigIntegerArray, getBigIntegerArray, getBooleanArray, getBooleanArray, getBooleanArray, getByteArray, getByteArray, getByteArray, getCharArray, getCharArray, getCharArray, getDBDateTimeArray, getDoubleArray, getDoubleArray, getDoubleArray, getEnumFormatter, getFloatArray, getFloatArray, getFloatArray, getIntArray, getIntArray, getIntArray, getLocalDateArray, getLocalDateArray, getLocalDateArray, getLocalTimeArray, getLocalTimeArray, getLocalTimeArray, getLongArray, getLongArray, getLongArray, getShortArray, getShortArray, getShortArray, localDateFromString, parseBoolean, processField, stripFirstCharacter
-
Constructor Details
-
Method Details
-
processField
- Overrides:
processField
in classCsvFieldWriter
- Throws:
IOException
-
getSourceValue
- Overrides:
getSourceValue
in classCsvFieldWriter
-