Interface DelimitedTextImportOptions.Builder

    • Method Detail

      • delimiter

        DelimitedTextImportOptions.Builder delimiter​(String delimiter)

        The delimiter to use for separating columns in a single row of the input.

        Parameters:
        delimiter - The delimiter to use for separating columns in a single row of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasHeaderRow

        DelimitedTextImportOptions.Builder hasHeaderRow​(Boolean hasHeaderRow)

        Indicates whether the input file has a header row at the top containing the column names.

        Parameters:
        hasHeaderRow - Indicates whether the input file has a header row at the top containing the column names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ignoreEmptyRows

        DelimitedTextImportOptions.Builder ignoreEmptyRows​(Boolean ignoreEmptyRows)

        A parameter to indicate whether empty rows should be ignored or be included in the import.

        Parameters:
        ignoreEmptyRows - A parameter to indicate whether empty rows should be ignored or be included in the import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.