public interface CsvInputAwareMeta
CsvInputMeta
and TextFileInputMeta
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter() |
String |
getEnclosure() |
String |
getEncoding() |
String |
getEscapeCharacter() |
int |
getFileFormatTypeNr() |
org.apache.commons.vfs2.FileObject |
getHeaderFileObject(TransMeta transMeta)
Returns a
FileObject that corresponds to the first encountered input file. |
boolean |
hasHeader() |
String getDelimiter()
String getEncoding()
String getEnclosure()
String getEscapeCharacter()
int getFileFormatTypeNr()
boolean hasHeader()
org.apache.commons.vfs2.FileObject getHeaderFileObject(TransMeta transMeta)
FileObject
that corresponds to the first encountered input file. This object is used to read the
file headers for the purpose of field parsing.transMeta
- the TransMeta
FileObject
cannot be created.Copyright © 2018 Hitachi Vantara. All rights reserved.