FunctionsCommonReadCSVCommonReadCSV CallableCommonReadCSV(url: string): string[][]Read a CSV file from the server If the file has been cached already it'll use that.@warningNote that due to the way fetching is async, the array you'll get back won't be populated until the fetch completesParametersurl: stringURL to loadReturns string[][]
Read a CSV file from the server
If the file has been cached already it'll use that.
Note that due to the way fetching is async, the array you'll get back won't be populated until the fetch completes