csv

.csv path:{String} caption:{String? = null} -> Node

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

caption

optional caption of the table. If set, the table will be numbered according to the current numbering format

Wiki page

File data