CSVParser is used for parsing csv files with different sets of columns and gathering it into main output file with correct properties under each header.
- Change to desired input file name in
index.phpfile.$inputFile = file('yourinputfilehere.csv'); - run
index.phpfile in console and it will append new content to output file if there is one.