Request a delimited values file
Url to request
Function to invoke when resource is loaded or the request fails
Format an array of tuples into a delimited string.
Array to convert to a delimited string
string
Parse a delimited string into objects using the header row.
delimited formatted string to parse
Array<any>
Parse a delimited string into tuples, ignoring the header row.
delimited formatted string to parse
any