Class AssetDiscoverySpecCsvOptions


  • public final class AssetDiscoverySpecCsvOptions
    extends java.lang.Object
    • Method Detail

      • delimiter

        public java.util.Optional<java.lang.String> delimiter()
        Returns:
        Optional. The delimiter being used to separate values. This defaults to ','.
      • disableTypeInference

        public java.util.Optional<java.lang.Boolean> disableTypeInference()
        Returns:
        Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
      • encoding

        public java.util.Optional<java.lang.String> encoding()
        Returns:
        Optional. The character encoding of the data. The default is UTF-8.
      • headerRows

        public java.util.Optional<java.lang.Integer> headerRows()
        Returns:
        Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.