public static class DelimitedTextAnalyzer.Analysis extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDetectedCommentMarker()
Gets the comment marker used in the file based on
analysis.
|
FieldDelimiterSpecifier |
getDetectedDelimiters()
Gets the delimiters used to produce the parsed records.
|
List<List<String>> |
getParsedRecords()
Gets the raw field values for all parsed records.
|
public FieldDelimiterSpecifier getDetectedDelimiters()
public String getDetectedCommentMarker()
public List<List<String>> getParsedRecords()
Copyright © 2020 Actian Corporation. All rights reserved.