Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
Modifier and Type | Method and Description |
---|---|
FixedWidthTextRecord |
WriteFixedText.getSchema()
Get the configured schema.
|
FixedWidthTextRecord |
ReadFixedText.getSchema()
Get the input schema property.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteFixedText.setSchema(FixedWidthTextRecord schema)
Set the schema to use for formatting output records.
|
void |
ReadFixedText.setSchema(FixedWidthTextRecord schema)
Set the schema of the input data to read.
|
Constructor and Description |
---|
FixedTextFormat(FixedWidthTextRecord schema,
String recordSeparator,
CharsetEncoding encoding)
Create a data format for accessing fixed text data.
|
FixedTextFormat(FixedWidthTextRecord schema,
String recordSeparator,
CharsetEncoding encoding,
String lineComment)
Create a data format for accessing fixed text data.
|
Modifier and Type | Method and Description |
---|---|
FixedWidthTextRecord |
FixedWidthMultiRecordTextSchema.getRecordType(String name)
Gets the definition of the specified record type.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedWidthMultiRecordTextSchema.defineRecordType(String name,
FixedWidthTextRecord type)
Defines a record type in the schema.
|
Copyright © 2020 Actian Corporation. All rights reserved.