Interface InputFormat

All Known Implementing Classes:
CsvInputFormat, DelimitedInputFormat, FlatTextInputFormat, JsonInputFormat, LinesInputFormat, NestedInputFormat, RegexInputFormat

public interface InputFormat
InputFormat abstracts the file format of input data. It creates a InputEntityReader to read data and parse it into InputRow. The created InputEntityReader is used by InputSourceReader.

See NestedInputFormat for nested input formats such as JSON.