Databricks SDK for JavaScript
    Preparing search index...
    interface JsonTransformerOptions {
        asVariant?: boolean;
        schema?: string;
        schemaEvolutionMode?: FileIngestionOptions_SchemaEvolutionMode;
        schemaFilePath?: string;
        schemaHints?: string;
    }
    Index

    Properties

    asVariant?: boolean

    Parse the entire value as a single Variant column.

    schema?: string

    Inline schema string for JSON parsing (Spark DDL format).

    (Optional) Schema evolution mode for schema inference.

    schemaFilePath?: string

    Path to a schema file (.ddl).

    schemaHints?: string

    (Optional) Schema hints as a comma-separated string of "column_name type" pairs.