Databricks SDK for JavaScript
    Preparing search index...

    Smartsheet specific options for ingestion

    interface SmartsheetOptions {
        enforceSchema?: boolean;
    }
    Index

    Properties

    Properties

    enforceSchema?: boolean

    (Optional) When true, maps each column to its Smartsheet-declared type (Text/Number/Date/ Checkbox/etc.). Cells that do not conform to the declared type are set to NULL. When false, all columns land as STRING. Use false for sheets with irregular data or columns that frequently violate their own declared type. If not specified, defaults to true.