Uses of Class
org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta
Packages that use TextFileInputMeta
-
Uses of TextFileInputMeta in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type TextFileInputMetaModifier and TypeMethodDescriptionstatic final Object[]TextFileInputUtils.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, TextFileInputMeta info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, String enclosure, String escapeCharacter, FileErrorHandler errorHandler, BaseFileInputAdditionalField additionalOutputFields, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, Long size) static final Object[]TextFileInputUtils.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, TextFileInputMeta info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, String enclosure, String escapeCharacter, FileErrorHandler errorHandler, BaseFileInputAdditionalField additionalOutputFields, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, Long size, boolean failOnParseError) static final String[]TextFileInputUtils.convertLineToStrings(org.pentaho.di.core.logging.LogChannelInterface log, String line, TextFileInputMeta inf, String delimiter, String enclosure, String escapeCharacters) protected IBaseFileInputReaderTextFileInput.createReader(TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file) Vector<org.pentaho.di.core.gui.TextFileInputFieldInterface> TextFileInputHelper.getFields(TextFileInputMeta info, List<String> rows) TextFileInputHelper.getFirst(TextFileInputMeta meta, TransMeta transMeta, int nrlines, boolean skipHeaders) TextFileInputHelper.getUpdatedTextFields(TextFileInputMeta tfii) static final String[]TextFileInputUtils.guessStringsFromLine(org.pentaho.di.core.variables.VariableSpace space, org.pentaho.di.core.logging.LogChannelInterface log, String line, TextFileInputMeta inf, String delimiter, String enclosure, String escapeCharacter) org.json.simple.JSONObjectTextFileInputHelper.populateMeta(TransMeta transMeta, TextFileInputMeta meta, Map<String, String> queryParams) Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type TextFileInputMetaModifierConstructorDescriptionTextFileCsvFileTypeImportProcessor(TextFileInputMeta meta, TransMeta transMeta, BufferedInputStreamReader reader, int samples, boolean showSummary) TextFileInputHelper(TextFileInputMeta textFileInputMeta) TextFileInputReader(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log)