public class CSVtoValueMatrix extends CSVtoValueMatrixAbstract
CSVtoValueMatrixAbstract.ColumnInfo
Modifier and Type | Field and Description |
---|---|
protected java.io.BufferedReader |
csvReader |
protected java.lang.String |
filename |
protected java.io.InputStreamReader |
isr |
elementName, encoding, firstColumn, firstValueLine, handleIncompleteLine, headerLine, headerLineNr, inDateFormat, instanceId, lineNo, maxValuesPart, odsCache, outDateFormat, separatorFile, separatorHeaderLine, timezone, undefined
arguments, ctx, descriptor, NEW_LINE
Constructor and Description |
---|
CSVtoValueMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
init()
The initialize method.
|
execute, saveData, terminate
addAttributesToNameValueUnitArray, addAttributeToNameValueUnitArray, addStringValueToNameValueUnitArray, checkDirectoy, checkDirectoy, checkDirectoy, checkFile, checkFile, checkFile, checkIntValue, checkStringValue, compressNvuArray, createMessageFromPropertyFile, createMessageFromPropertyFile, createMessageFromPropertyFile, createTsUnionFromObject, deleteRowWithAttributes, getArguments, getContext, getDescriptor, getListFromProperty, getMandatoryProperty, getMandatoryProperty, getMandatoryPropertyAsInt, getMandatoryPropertyAsList, getMandatoryPropertyWithRuleException, getNvuArrayFromMap, getNvuArrayFromMap, getNvuObjectWithName, getNvuObjectWithName, getNvuObjectWithName, getOdsCacheFromProperty, getOptioanlPropertyAsInt, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsList, makeUpperCaseKeyword, removeAttributeFromNameValueUnitArray, removeAttributeFromNameValueUnitArray, setArguments, setContext, setDescriptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext, getDescriptor, setArguments, setContext, setDescriptor
protected java.io.InputStreamReader isr
protected java.io.BufferedReader csvReader
protected java.lang.String filename
public void init() throws InitializationFailedException
init
in interface ImplementationIF
init
in class CSVtoValueMatrixAbstract
InitializationFailedException
- if the initialization fails.AbstractImplementation.init()