Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/3.files/4.csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const { data: allPeople } = await useAsyncData('all-people', () =>
- The header row is required and is not turned into an item.
- With a single-file source, items contain row fields at the top level (no `body`).
- If you prefer treating each CSV file as a single item containing all rows in `body`, use a glob source like `org/**.csv` instead of a single file.
:::
::

## Multiple-files source

Expand Down
Loading