I want to use this Javascript from Github:
https://github.com/evanplaice/jquery-csv/blob/master/src/jquery.csv.min.js
I didn't want to work out some wacky solution when I know there is probably a simple way to do this.
So I am hoping there is a way I can reference this in a <script src= ??? ></script>
in my html, just like I would reference anything off Google CDN.