public interface CsvInputAwareMeta
CsvInputMeta
and TextFileInputMeta| 限定符和类型 | 方法和说明 |
|---|---|
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 TransMetaFileObject cannot be created.Copyright © 2024 Hitachi Vantara. All rights reserved.