'Selecting specific data from CSV using spring boot
I have a CSV file with the header (Id, Provider, Title, Views).
I want to create a REST service to allow other systems to query this data using spring boot:
- Return the “Top 10” for a specified “Provider”.
- Return all broadcasts in alphabetical order for a specific "Provider", according to an API that supports paging.
my question can I select the wanted data directly from my CSV file (similarly to SQL query )and how to apply pagination?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
