public final class JSONOptions extends ColumnFilterOptions
Modifier and Type | Class and Description |
---|---|
static class |
JSONOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static JSONOptions |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static JSONOptions.Builder |
builder() |
boolean |
experimental() |
byte |
getLineDelimiter() |
boolean |
isDayFirst() |
boolean |
isLines() |
boolean |
isMixedTypesAsStrings() |
boolean |
isNormalizeSingleQuotes() |
boolean |
isNormalizeWhitespace() |
boolean |
isRecoverWithNull()
Return the value of the recoverWithNull option
|
boolean |
keepStringQuotes() |
boolean |
leadingZerosAllowed() |
boolean |
nonNumericNumbersAllowed() |
boolean |
shouldCudfPruneSchema() |
boolean |
strictValidation() |
boolean |
unquotedControlChars() |
public static JSONOptions DEFAULT
public boolean shouldCudfPruneSchema()
public byte getLineDelimiter()
public boolean isDayFirst()
public boolean isLines()
public boolean isRecoverWithNull()
public boolean isNormalizeSingleQuotes()
public boolean isNormalizeWhitespace()
public boolean isMixedTypesAsStrings()
public boolean keepStringQuotes()
public boolean strictValidation()
public boolean leadingZerosAllowed()
public boolean nonNumericNumbersAllowed()
public boolean unquotedControlChars()
public boolean experimental()
public static JSONOptions.Builder builder()
Copyright © 2024. All rights reserved.