I have a csv file containing thousands of image links which I want to insert into a html document. I'm not sure how to do this automatically. Do I need to set up a database and retrive it from there or can I read the csv/json file directly using JS?
It may sound like a basic question but i'm new to webdev. Thanks for any replies.