public class CSVZiptoValueMatrix extends CSVtoValueMatrixAbstract
CSVtoValueMatrixAbstract.ColumnInfo
Modifier and Type | Field and Description |
---|---|
protected java.io.BufferedReader |
csvReader |
protected java.io.InputStreamReader |
isr |
protected java.lang.String |
zipEntryName |
protected org.apache.tools.zip.ZipFile |
zipFile |
protected java.lang.String |
zipFilename |
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 |
---|
CSVZiptoValueMatrix() |
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 zipFilename
protected java.lang.String zipEntryName
protected org.apache.tools.zip.ZipFile zipFile
public void init() throws InitializationFailedException
init
in interface ImplementationIF
init
in class CSVtoValueMatrixAbstract
InitializationFailedException
- if the initialization fails.AbstractImplementation.init()