...
The CSV file (Products.csv
), stored in the <EI_HOME>/samples/data-services/resources/
folder contains data about the products that are manufactured in an automobile company. Products refer to cars/motorocyles. The data table has the following columns: "ID", "Name", "Classification" and "Price". The sample data service used in this demonstration (CSVSampleService.dbs)
contains a single operation named getProducts , which lists all the products that are manufactured in the company.
See About Data Services and Resourcesintegration for a definition of data services and operations.
...