| Package | Description | 
|---|---|
| com.pervasive.datarush.operators.io.textfile | 
 Provides operators for reading and writing text data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldDelimiterSettings
A container for structural information about a text file containing delimited records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldDelimiterSpecifier | 
DelimitedTextAnalyzer.Analysis.getDetectedDelimiters()
Gets the delimiters used to produce the parsed records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FieldDelimiterSpecifier.set(FieldDelimiterSpecifier source)
Copies the settings from the given structure specifier. 
 | 
void | 
FieldDelimiterSettings.set(FieldDelimiterSpecifier source)  | 
| Constructor and Description | 
|---|
DelimitedTextAnalyzer(FieldDelimiterSpecifier delimiters)
Creates a new analyzer which uses the given delimiter information. 
 | 
FieldDelimiterSettings(FieldDelimiterSpecifier source)
Creates a container initialized using the given structural information. 
 | 
Copyright © 2020 Actian Corporation. All rights reserved.