Data Sources
Configuration
//
// Create a new data source object from a CSV file
//
const accountService = new wire.data.DataSource("local", {
...
Provider: {
Csv: { url: "./data/sales.csv" }
}
});Data Models
Security
Last updated
Was this helpful?