Data functions
Use these functions to read local or remote data files.
Use these functions to read local or remote data files.
data.GetCSV SEPARATOR INPUT... [OPTIONS] ⟼ [][]stringReturns an array of arrays from a local or remote CSV file, or an error if the file does not exist. Read More »
data.GetJSON INPUT... [OPTIONS] ⟼ anyReturns a JSON object from a local or remote JSON file, or an error if the file does not exist. Read More »