CSV.PARSE.TIMESERIES function

This article describes the formula syntax of the CSV.PARSE.TIMESERIES function.

Description

Parse view into a timeseries.

Syntax

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.