Hello,
I currently have an html file that is importing a .csv file and parsing data as I like. I need to host the file on sharepoint to be shared and updated by multiple users. I currently have code importing a csv form a local server url like so:

HTML Code: 

I now need to use a sharepoint url here to capture this csv file data.

Thanks!