Back to Crawlee

Export entire dataset to one file

website/versioned_docs/version-3.10/examples/export_entire_dataset.mdx

3.16.0447 B
Original Source

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>