Uses of Class
com.pervasive.datarush.operators.io.textfile.AbstractTextReader
Packages that use AbstractTextReader
Package
Description
Provides operators for reading and writing text data.
-
Uses of AbstractTextReader in com.pervasive.datarush.operators.io.textfile
Subclasses of AbstractTextReader in com.pervasive.datarush.operators.io.textfileModifier and TypeClassDescriptionclassRead files in the Attribute-Relation File Format (ARFF).final classReads a text file of delimited records as record tokens.classReads a text file of fixed-width records as record tokens.classThe ReadJSON operator reads a JSON file of key-value pairs or array of objects as record tokens.classReads a log file as record tokens.