CSV file upload and populating data in a table
Hi,
I have a requirement of fetching data from a CSV file and rendering it in a table on a page.
A high level approach that I have thought of is:
1. Author uploads the CSV file in DAM.
2. We create a component which has fileupload option.
3. Author adds the component on a page. Author Drags and Drops the CSV file in the component dialog.
4. Using sling model we fetch the data from CSV and we use sightly to render it the page.
Can you please suggest me other approaches that I can consider or any tools or utilities that are already in place to be used?

