🔵 🔵 🔵


Primary

၊၊||၊|။

dv.io.csv() ⚬|Documentation|1st|20251021211031-00-⌔

Codeblock Reference - Dataview#dviocsvpath-origin-file

dv.io.csv(path, [origin-file])

Load a CSV from the given path (a link or string). Relative paths will be resolved relative to the optional origin file (defaulting to the current file if not provided). Return a dataview array, each element containing an object of the CSV values; if the file does not exist, return undefined.

await dv.io.csv("hello.csv") => [{ column1: ..., column2: ...}, ...]

Printed 2026-06-28.

(echo:: @ )

Link to original

Secondary

• • •