kunitwru / split_csv

html / php script to split a csv file into smaller files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

split csv is a simple html form and php script to take a large csv file and separate it into smaller files.

The code expects the first row to be the column names and it will add this to all files created.

The current row split happens at 5000 rows including the titles. To change the count set the $max_rows value.

About

html / php script to split a csv file into smaller files


Languages

Language:PHP 100.0%