csv
.csv path:{String}
mode:{CsvParsingMode = CsvParsingMode.PLAIN}
caption:{String? = null}
-> NodeContent copied to clipboard
Loads a CSV file and returns its content as a display-ready table.
Return
a table whose content is loaded from the file located in path
Parameters
path
path of the CSV file (with extension) to show