This article describes the formula syntax of the CSV.PARSE function.
Parse handle to a CSV string into a range.
CSV.PARSE(csv, _rs, _fs, _esc)
csv is a handle to a string of comma separated values. _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.