Skip to main content

CommonReadCSV

Callable

  • CommonReadCSV(url: string): string[][]

  • Read a CSV file from the server

    If the file has been cached already it'll use that.

    @warning

    Note that due to the way fetching is async, the array you'll get back won't be populated until the fetch completes


    Parameters

    • url: string

      URL to load

    Returns string[][]