csv
.csv path:{String} \
mode:{CsvParsingMode = CsvParsingMode.PLAIN} \
caption:{InlineMarkdownContent? = null} \
ref:{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
Permissions
project-read
to read CSV files located in the project directory
global-read
to read CSV files located outside the project directory