Uses of Class
org.pentaho.di.trans.steps.fileinput.text.TextFileInputFieldDTO
Packages that use TextFileInputFieldDTO
-
Uses of TextFileInputFieldDTO in org.pentaho.di.trans.steps.common
Methods in org.pentaho.di.trans.steps.common with parameters of type TextFileInputFieldDTOModifier and TypeMethodDescriptiondefault org.json.simple.JSONArrayCsvInputAwareHelper.convertFieldsToJsonArray(TextFileInputFieldDTO[] textFileInputFields) Converts an array of TextFileInputFieldDTO objects into a JSON array. -
Uses of TextFileInputFieldDTO in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text that return TextFileInputFieldDTOModifier and TypeMethodDescriptionprotected abstract TextFileInputFieldDTOBaseFileImportProcessor.convertFieldToDto(Object field) Converts a field to a Data Transfer Object (DTO).protected TextFileInputFieldDTOCsvFileImportProcessor.convertFieldToDto(Object field) protected TextFileInputFieldDTOTextFileCsvFileTypeImportProcessor.convertFieldToDto(Object field) BaseFileImportProcessor.getInputFieldsDto()Retrieves the input fields as an array of Data Transfer Objects (DTOs).TextFileInputHelper.getUpdatedTextFields(TextFileInputMeta tfii)