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, undefinedarguments, ctx, descriptor, NEW_LINE| Constructor and Description |
|---|
CSVtoValueMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
The initialize method.
|
execute, saveData, terminateaddAttributesToNameValueUnitArray, 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, setDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getDescriptor, setArguments, setContext, setDescriptorprotected java.io.InputStreamReader isr
protected java.io.BufferedReader csvReader
protected java.lang.String filename
public void init()
throws InitializationFailedException
init in interface ImplementationIFinit in class CSVtoValueMatrixAbstractInitializationFailedException - if the initialization fails.AbstractImplementation.init()