CommonReadCSV
Callable
Parameters
url: string
URL to load
Returns string[][]
Note that due to the way fetching is async, the array you'll get back won't be populated until the fetch completes
URL to load
Note that due to the way fetching is async, the array you'll get back won't be populated until the fetch completes
Read a CSV file from the server
If the file has been cached already it'll use that.