Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Method and Description |
---|---|
ARFFMode |
WriteARFF.getFormatMode()
Get the value of the mode property.
|
ARFFMode |
ARFFAnalyzer.Analysis.getMode()
Gets the data representation mode used in the source file.
|
static ARFFMode |
ARFFMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ARFFMode[] |
ARFFMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteARFF.setFormatMode(ARFFMode mode)
Set the mode with which to write the file.
|
Constructor and Description |
---|
ARFFDataFormat(ARFFMode mode,
TextRecord schema,
CharsetEncoding encoding,
char fieldDelimiter)
Create an ARFF data format for reading an ARFF file.
|
ARFFDataFormat(ARFFMode mode,
TextRecord schema,
CharsetEncoding encoding,
String recordSeparator,
char fieldDelimiter,
String relationName,
List<String> comments)
Create an ARFF data format for writing to an ARFF file.
|
Copyright © 2020 Actian Corporation. All rights reserved.