This article describes the formula syntax of the CSV.PARSE.TIMESERIES function.
Parse view into a timeseries.
CSV.PARSE.TIMESERIES(view, _rs, _fs, _esc)
view is handle to a view. _rs is an optional record separator. Default is newline '\n'. _fs is an optional field separator. Default is comma ','. _esc is an optional escape character. Default is backslash '\'.
Convert comma separated values to a range. First column must be a date.