Uses of Class
io.revealbi.core.data.RVResourceBasedDataSourceItem
Packages that use RVResourceBasedDataSourceItem
-
Uses of RVResourceBasedDataSourceItem in io.revealbi.core.data
Subclasses of RVResourceBasedDataSourceItem in io.revealbi.core.dataModifier and TypeClassDescriptionclassThe data source item used to represent a dataset from a CSV file, it includes optional settings like the separator to use when parsing the data.classThe data source item used to represent a dataset from an Excel file, it includes information like the name of the sheet to get data from and the range to use when loading data.classThe data source item used to represent a dataset from a Google Sheet file, it includes information like the name of the sheet to get data from and the range to use when loading data.classThe data source item used to represent a dataset from a JSON file, it includes the optional parsing configuration.