View an external .csv file at a site of an AEM project
Hi,
I would have a general question of the architecture ob my AEM application.
I have to do a simple task -> show an external .csv file at a page of an AEM application - there should be no author actions or something else.
Currently I am not clear how to develop it - should I create a Component where I will load the csv over a javascript file or is it better to make an OSGi Bundle which loads the data and I access the bundle over REST- Service or ...
I would be glad for any hint in this direction.
Thanks a lot!