Files
apify--crawlee/docs/examples/export_entire_dataset.mdx
2026-07-13 13:23:39 +08:00

15 lines
524 B
Plaintext

---
id: export-entire-dataset
title: Export entire dataset to one file
---
import RunnableCodeBlock from '@site/src/components/RunnableCodeBlock';
import ApiLink from '@site/src/components/ApiLink';
import CrawlSource from '!!raw-loader!roa-loader!./export_entire_dataset.ts';
This `Dataset` example uses the `exportToValue` function to export the entire default dataset to a single CSV file into the default key-value store.
<RunnableCodeBlock className="language-js" type="cheerio">
{CrawlSource}
</RunnableCodeBlock>