# Splitting CSV file

Splits the provided file into parts with chunk size.

Script: [split-csv.py](https://wikis.supportdatabases.com/attachments/1)

Usage:

```shell
python split-csv.py <csv_file_path> <rows_per_file>
```

Example:

```shell
python split-csv.py file.csv 10000
```