Class CsvExportOptions

java.lang.Object
io.revealbi.core.ExportOptions
io.revealbi.core.CsvExportOptions
All Implemented Interfaces:
ICsvExportOptions, IExportOptions

public class CsvExportOptions extends ExportOptions implements ICsvExportOptions
Contains CSV configuration for exporting a dashboard.
  • Constructor Details

    • CsvExportOptions

      public CsvExportOptions()
      Creates a new CsvExportOptions instance with formatted values enabled by default.
    • CsvExportOptions

      public CsvExportOptions(IExportOptions options)
      Creates a new CsvExportOptions by copying settings from an existing IExportOptions instance.
      Parameters:
      options - The source options to copy from.
  • Method Details

    • getUseFormattedValues

      public boolean getUseFormattedValues()
      Indicates whether to use formatted values for CSV export.
      Specified by:
      getUseFormattedValues in interface ICsvExportOptions
      Returns:
      Indicates whether to use formatted values for CSV export.
    • setUseFormattedValues

      public void setUseFormattedValues(boolean useFormattedValues)
      Indicates whether to use formatted values for CSV export.
      Specified by:
      setUseFormattedValues in interface ICsvExportOptions
      Parameters:
      useFormattedValues - Indicates whether to use formatted values for CSV export.