Interface CsvOptions.Builder

    • Method Detail

      • delimiter

        CsvOptions.Builder delimiter​(String delimiter)

        A single character that specifies the delimiter being used in the CSV file.

        Parameters:
        delimiter - A single character that specifies the delimiter being used in the CSV file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • headerRow

        CsvOptions.Builder headerRow​(Boolean headerRow)

        A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.

        Parameters:
        headerRow - A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.