Package com.pervasive.datarush.operators.io.textfile

Provides operators for reading and writing text data. A number of text formats are supported, including:
  • Delimited text, where fields a separated by some known character, such as is used with .csv and .tsv files.
  • Fixed text, where fields are located at fixed offsets in every record.
  • ARFF, Attribute-Relation File Format, a format commonly used in data analytics.