Returns the contents of the CSV document as a table. {1}: If a record is specified and {2}, {3}, {4} are null, all of parameters ...

Returns the contents of the CSV document as a table.
    
  • {1}: If a record is specified and {2}, {3}, {4} are null, all of parameters Delimiter, Column, Encoding and CsvStyle are obtained from the record.
  • {2} can take a single character or a list; Comma is used if not specified or null.
  • Please refer to ExtraValues.Type for supported values of optional {3}.
  • {4} specifies the text encoding type.