> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV Row Chunking

> RowChunking splits CSV files into one chunk per row.

CSV row chunking is a method of splitting CSV files into one chunk per row, rather than by character count. Use `RowChunking` to preserve the integrity of individual records in structured data.

<Snippet file="chunking-csv-row.mdx" />
